Skip to content

jflatow/ecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently only supports bcrypt (via NIF).

bcrypt
======

Start a proc::
      Proc = bcrypt:init()

Create the hash::
      Hash = bcrypt:hash(Proc, "password")

Check the password::
      Hash = bcrypt:hash(Proc, {"password", Hash})

About

A lightweight password crypto library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published