Skip to content

zjhmale/bcrypt-clj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcrypt-clj

a lightweight clojure wrapper for bcrypt that can crypt password or something like that

Installation

Last stable version is available on Clojars.

Clojars Project

Usage

  • crypt password
(crypt-password "password")
  • checkout validation of password
(check-password "rawpassword" "cryptedpassword")

License

Copyright © 2015 jihui

Distributed under the Eclipse Public License, the same as Clojure.

About

a clojure wrapper for bcrypt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published