mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
* add key attribute to `Key` in `ListOfKeys` * add balloon hashing function with untailored parameters * add ser/de rules for blake3-balloon (and change argon2id's) * fix benchmark * use `to_bytes`, `from_bytes` and `from_reader` * cleanup code * add blake3-balloon options to the UI and fix library sync/automount enable bug * cleanup some serialization code * fix hashing algorithm deserialization * clean up header serialization + more idiomatic master key decryption * clippy * add generic ser/de error to crypto crate * fix `Display` and crypto cli * move crypto cli to cli app Co-authored-by: Brendan Allan <brendonovich@outlook.com>
CLI
Basic CLI for interacting with encrypted files. Will be expanded to a general Spacedrive CLI in the future.