Skip to content

Just a simple sodiumoxide (libsodium) wrapper for symmetric encryption

License

Notifications You must be signed in to change notification settings

j-brn/simplecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplecrypt

Wrapper around sodiumoxide that supports encrypting and decrypting arbitrary data with a secret key.

Installation

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"

Docs

You can find the documentation on the docs.rs page.

To build the documentation locally, clone the repository and run

cargo doc --open

Tests

To run the tests, clone the repository and run

cargo test

About

Just a simple sodiumoxide (libsodium) wrapper for symmetric encryption

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages