simple-crypt
A simple and high level library to encrypt and decrypt text, files and any data with it
Usage
add this to Cargo.toml:
= "*"
Examples
Encrypting
let encrypted_data = encrypt.expect;
Decrypting
let data = decrypt.expect;
Go to Documentation | Repository