file_endec 1.0.1

Secure file encryption and decryption from the command line.
Documentation
pub use errors::FedResult;

#[allow(clippy::module_inception)]
pub mod base64;
pub mod errors;
pub mod pth;
pub mod test_cmd;
pub mod version;