databoxer 0.1.0-rc.1

Fast and easy to use CLI-based file encryption program
Documentation
1
2
3
4
//! Contains everything which has to do with the encryption and decryption processes

pub mod cipher;
pub mod boxfile;