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