file_endec 1.0.1

Secure file encryption and decryption from the command line.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use checksum::Checksum;

pub mod checksum;
pub mod compress;
pub mod delete;
pub mod file_meta;
pub mod mockfile;
pub mod read_headers;
pub mod reading;
pub mod write_output;

#[cfg(test)]
pub mod scan;