From 704316bcec6eb6bff4544defedec0e8c7d8dff9a Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 6 Feb 2024 22:32:25 +0900 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8bbdce..90d902a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ - Argon2 memory-hard function for key stretching and key derivation. - ChaCha20-IETF cipher for data encryption. -## Cryptoblob structure +## Encryption format (cryptoblob) structure ``` 512B 0+B +----------+---------------+ @@ -75,8 +75,8 @@ Just run the script, select the option you want and then answer the questions. ## Requirements - Python >= 3.6 -- PyNaCl >= 1.2.0 (provides `Argon2` KDF) -- PyCryptodomex >= 3.6.2 (provides `ChaCha20` cipher) +- [PyNaCl](https://pypi.org/project/PyNaCl/) >= 1.2.0 (provides `Argon2` KDF) +- [PyCryptodomex](https://pypi.org/project/pycryptodomex/) >= 3.6.2 (provides `ChaCha20` cipher) ## Install @@ -87,6 +87,8 @@ $ pip install tird Binary builds (made with [PyInstaller](https://pyinstaller.org/en/stable/)) are also available (see [Releases](https://github.com/hakavlad/tird/releases)). +![tird.exe](https://i.imgur.com/84SzDDy.png) + ## TODO Write documentation.