forge_crypter implement by Rust. Support aes256 crypto currently.
forge_crypter
Rust
aes256
encrypt(&self, message: &[u8]) -> Vec<u8>
decrypt(&self, message: &[u8]) -> Vec<u8>