defendor 0.0.1

A secure file encryption tool with AES-GCM and Argon2 for password hashing.
Documentation
1
2
3
4
5
6
7
mod data;
mod defendor;
mod error;
mod key_store;

pub use defendor::Defendor;
pub use error::{DefendorError, DefendorResult};