rsecure 0.6.1

A simple file encryption and decryption tool using AES-GCM.
1
2
3
mod args;

pub use args::{Commands, CreateKeyArgs, DecryptionArgs, EncryptionArgs, RsecureCliArgs};