Commit Graph

3 Commits

Author SHA1 Message Date
392a752976
remove .cargo, disable lto for faster compilation during testing 2024-02-14 23:36:56 +01:00
ad03e176c3
on the way to a usable version 2024-02-14 22:23:57 +01:00
d7e86d8f88
fcry - [f]ile[cry]pt - initial commit (alpha 0.9.0)
A file en-/decryption tool for easy use.

Currently `fcry` uses `ChaCha20Poly1305` ([RFC 8439](https://datatracker.ietf.org/doc/html/rfc8439)) as [AEAD](https://en.wikipedia.org/wiki/Authenticated_encryption) cipher provided by the [chacha20poly1305](https://docs.rs/chacha20poly1305/latest/chacha20poly1305/) crate.
2022-04-10 21:09:08 +02:00