/buddy

Security library for Clojure

Primary LanguageClojureApache License 2.0Apache-2.0

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: