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