rsecure 0.6.0

A simple file encryption and decryption tool using AES-GCM.
1
2
3
pub mod create_key;
pub mod decrypt_file;
pub mod encrypt_file;