gibberish-libsodium
gibberish-libsodium copied to clipboard
An example of using Libsodium in the browser for simple secret key based encryption
Gibberish-LibSodium
This is a simple example of how to use LibSodium to encrypt data with a key. This will work in both the browser and Node/io.js - See the example code here
Advantage of using LibSodium
- Includes an scrypt function for key derivation
- Encryption function is authenticated
- LibSodium is well maintained at the moment and gaining traction
Devlopment Setup
git clone repo
cd repo
make