#decryption #encryption

encryptable

Basic byte encrypter library, supports adding encrypt and decrypt functions to any type

2 releases

0.1.1 Jun 20, 2023
0.1.0 Jun 20, 2023

#1394 in Encoding

38 downloads per month

MIT license

6KB
57 lines

encryptable-rs

Basic byte encrypter library, supports adding encrypt and decrypt functions to any type

Features

  • serde: Adds derives for serde::{Serialize, Deserialize} to Encrypted
  • bincode: Adds derives for bincode::{Encode, Decode} to Encrypted

Dependencies

~2.9–4MB
~87K SLoC