-
Spring Security : Encoded password does not look like BCrypt
In Spring Security, database authentication with bcrypt password hashing.
Date: 2019-08-18 View: 1520
-
Java How to convert Bytes to Hex
In Java, you can use String.format("%02x", bytes) to convert bytes to hex easily.
Date: 2019-08-11 View: 1520
-
Java List of available MessageDigest Algorithms
In Java, you can use the Security.getAlgorithms("MessageDigest") to list all the available MessageDigest algorithms.
Date: 2019-08-11 View: 1520