6 Commits

Author SHA1 Message Date
1ae56389fc
[fix] debug prints have to go to stderr 2024-05-08 21:08:46 +02:00
7ffd6a4a11
[deps] cargo update
Updating anstream     v0.6.11 -> v0.6.12
Updating clap         v4.5.0  -> v4.5.1
Updating clap_builder v4.5.0  -> v4.5.1
Updating syn          v2.0.48 -> v2.0.49
2024-02-18 23:33:07 +01:00
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
668e726c21
(docs) updated TODO and README to clarify project status 2022-04-10 21:31:44 +02: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