Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed May 17, 2024
1 parent 1907377 commit 86ea4dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Cryptoblob structure:
+——————————+———————————————+
| Comments | File contents |
+——————————+———————————————+
16 B 0+ B | Payload | 64 B 0+ B 16 B
16 B 0+ B | Plaintext | 64 B 0+ B 16 B
+——————+——————+——————————————————————————+—————————+——————+——————+
| Salt | Pad | Ciphertext | MAC tag | Pad | Salt |
| Salt | Pad | Ciphertext | MAC tag | Pad | Salt |
+——————+——————+——————————————————————————+—————————+——————+——————+
| Random data | Random-looking data | Random data |
+—————————————+————————————————————————————————————+—————————————+
Expand Down Expand Up @@ -102,21 +102,21 @@ The location of the start of the cryptoblob in the container is user-defined, an
Container structure (as an example):

```
+—————————+—————————————+ Position 0
+—————————+—————————————+ Position 0
| | |
| | Random data |
| | |
| +—————————————+ Cryptoblob1 initial position
| +—————————————+ Cryptoblob1 initial position
| Header- | |
| less | Cryptoblob1 |
| | |
| Layer +—————————————+ Cryptoblob1 final position
| Layer +—————————————+ Cryptoblob1 final position
| | Random data |
| Cake +—————————————+ Cryptoblob2 initial position
| Cake +—————————————+ Cryptoblob2 initial position
| | |
| | Cryptoblob2 |
| | |
| +—————————————+ Cryptoblob2 final position
| +—————————————+ Cryptoblob2 final position
| | Random data |
+—————————+—————————————+
```
Expand Down Expand Up @@ -200,7 +200,7 @@ Install `python3` and `python3-pip` (or `python-pip`), then run
$ pip install tird
```

### Building and installing the package on `deb`-based distros
### Building and installing the package on `deb`-based Linux distros

It's easy to build a `deb` package for Debian and Ubuntu-based distros with the latest git snapshot.

Expand Down

0 comments on commit 86ea4dd

Please sign in to comment.