dhruvbhatia / buddy

Security library for Clojure

Home Page:http://niwibe.github.io/buddy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buddy

Travis Badge

buddy is a complete security library for clojure with support for:

  • authentication, authorization & access rules (ring/compojure extensions)
  • secure hash functions (digest)
  • password hashing algorithms (bcrypt, pbkdf2, scrypt)
  • message/text signing (high level interface)
  • signature & authentication (mac & digital signature)
  • encryption (block & stream ciphers)
  • key derivartion functions (kdf)

For more info:

About

Security library for Clojure

http://niwibe.github.io/buddy/

License:Apache License 2.0