1.0.0 • Published 6 years ago

dz-gibberish-libsodium v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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