encryptable-rs
Basic byte encrypter library, supports adding encrypt and decrypt functions to any type
Features
- serde: Adds derives for
serde::{Serialize, Deserialize}toEncrypted - bincode: Adds derives for
bincode::{Encode, Decode}toEncrypted
Basic byte encrypter library, supports adding encrypt and decrypt functions to any type
serde::{Serialize, Deserialize} to Encryptedbincode::{Encode, Decode} to Encrypted