Skip to content

Commit

Permalink
Update README: update LOGO
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Jan 14, 2024
1 parent 375f2ca commit 6e2d487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo: random data visualization](https://i.imgur.com/kZc0el8.png)
![Logo: random data visualization](https://i.imgur.com/SB44MiB.png)

# tird

Expand All @@ -8,11 +8,11 @@

`tird` *(an acronym for "this is random data")* is a tool for encrypting file contents and hiding random data among other random data.

![screenshot: menu](https://i.imgur.com/HmwR7vV.png)
![screenshot: menu](https://i.imgur.com/T5gXTko.png)

## Features

- `tird` is a single Python module with no external dependencies (uses `hashlib` module from the standard library for keyfile hashing, keys derivation and for encryption).
- `tird` is a single Python module with no external dependencies (uses `hashlib` module from the standard library for keyfile hashing, keys derivation and for encryption).
- `tird` has no config file and no command line options (except `-d/--debug`). Looking at the shell history will not provide information on how `tird` was used.
- The result of encryption (mode 2) is [PURB](https://en.wikipedia.org/wiki/PURB_(cryptography))-like objects (call this "cryptoblob").
- Cryptoblobs are indistinguishable from random data.
Expand Down

0 comments on commit 6e2d487

Please sign in to comment.