patrickfav/bcrypt

Replace current Radix64 encoding with adapted JDK 8 Base64 encoder

patrickfav opened this issue · 0 comments

This is the current JDK 8 u172 impl: Base64.zip

Update: It is probably better to use the OpenJDK impl which is under GPL-2: http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/687fd7c7986d/src/share/classes/java/util/Base64.java