Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 499 Bytes

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