Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 571 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 571 Bytes

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.