Crate idea_crypto

Source
Expand description

Pure Rust implementation of the idea algorithm.

Re-exports§

pub use cipher;

Structs§

Idea
The International Data Encryption Algorithm (IDEA) block cipher.

Functions§

decrypt
use decrypt() to decrypt encrypted data
decrypt_file
use decrypt_file() to decrypt file
display_decrypt
use display_decrypt() to print decrypted code
encrypt
use encrypt() to encrypt data,the password key length must be equal to 16
encrypt_file
use encrypt_file() to encrypt file
encrypt_not_any_key
make_key_length_any