New Java Encryption Tools 2026
last commit 6 months ago password4j/password4j 412 +3
added 1 year ago
Password4j is a Java user-friendly cryptographic library for encrypting and verifying passwords with different Key derivation functions (KDFs) and Cryptographic hash functions (CHFs).
last commit 19 hours ago apache/commons-crypto 131
added 1 year ago
Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level.
last commit 11 months ago patrickfav/bcrypt 556
added 1 year ago
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.
last commit 6 months ago tink-crypto/tink-java 200 +3
added 1 year ago