fcry - [f]ile[cry]pt: A file en-/decryption tool for easy use.
Go to file
2024-02-14 23:36:56 +01:00
src on the way to a usable version 2024-02-14 22:23:57 +01:00
.gitignore fcry - [f]ile[cry]pt - initial commit (alpha 0.9.0) 2022-04-10 21:09:08 +02:00
Cargo.lock on the way to a usable version 2024-02-14 22:23:57 +01:00
Cargo.toml remove .cargo, disable lto for faster compilation during testing 2024-02-14 23:36:56 +01:00
LICENSE.md fcry - [f]ile[cry]pt - initial commit (alpha 0.9.0) 2022-04-10 21:09:08 +02:00
README.md (docs) updated TODO and README to clarify project status 2022-04-10 21:31:44 +02:00
TODO.md (docs) updated TODO and README to clarify project status 2022-04-10 21:31:44 +02:00

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.