Skip to content

An example of using Libsodium in the browser for simple secret key based encryption

Notifications You must be signed in to change notification settings

mdp/gibberish-libsodium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An example of using Libsodium in the browser for simple secret key based encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published