#forge #decryption #aes-256 #encryption #language #crypter

forge_crypter

The rust language implementation of crypter

4 releases

0.1.3 Oct 21, 2019
0.1.2 Oct 16, 2019
0.1.1 Oct 14, 2019
0.1.0 Oct 12, 2019

#16 in #forge


Used in 2 crates

Apache-2.0

6KB
94 lines

Intro

forge_crypter implement by Rust. Support aes256 crypto currently.

API

  • encrypt(&self, message: &[u8]) -> Vec<u8>
  • decrypt(&self, message: &[u8]) -> Vec<u8>

Usage

Dependencies

~4MB
~55K SLoC