| Crates.io | simplecrypt |
| lib.rs | simplecrypt |
| version | 1.0.2 |
| created_at | 2020-05-05 14:56:06.389032+00 |
| updated_at | 2021-07-12 16:10:08.290071+00 |
| description | simple wrapper around sodiumoxide (libsodium) to easily encrypt and decrypt data with a secret key |
| homepage | |
| repository | https://github.com/j-brn/simplecrypt |
| max_upload_size | |
| id | 237750 |
| size | 10,859 |
Wrapper around sodiumoxide that supports encrypting and decrypting arbitrary data with a secret key.
simplecrypt is hosted on crates.io To use the crate,
just add it to the [dependencies] section in your Cargo.toml file.
simplecrypt = "1.0"
You can find the documentation on the docs.rs page.
To build the documentation locally, clone the repository and run
cargo doc --open
To run the tests, clone the repository and run
cargo test