Crate cryptose

Source

Re-exports§

pub use self::encryption::encrypt;
pub use self::decryption::decrypt;

Modules§

decryption
Decrypts an encrypted - via the cryptose::encrypt() function - string, consisting of ASCII u8 integers into a string.
encryption
Encrypts a string into a string consisting of ASCII u8 integers.