fcry - [f]ile[cry]pt: A file en-/decryption tool for easy use.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
README.md | ||
TODO.md |
fcry - [f]ile[cry]pt
A file en-/decryption tool for easy use.
Currently fcry
uses ChaCha20Poly1305
(RFC 8439) as AEAD cipher provided by the chacha20poly1305 crate.
Status
Currently fcry
is not thoroughly tested and in early stages of development.
There is a chance, that something is broken as of now.
Encryption seems to work, but due to a possible lack of understanding of some underlying methods
(or misinterpretation) it could theoretically be not effective at all.
See TODO.md for further information.