Skip to main content
  1. Tags/

security

bkdf

GitHub · · Java · 2 · v0.6.0
BCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation

singlestep-kdf

GitHub · · Java · 9 · v0.3.0
Implementation of the single-step key derivation function (KDF) as described in NIST Special Publication 800-56C Rev1 supporting messages digest and HMAC.

bcrypt

GitHub · · Java · 456 · v0.10.2
A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.

armadillo

GitHub · · Java · 276 · v1.0.0
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.