Hello,
We are trying to migrate from Java 7 to Java 8.
We are using utf-8 encoding scheme for the password salt like String s = new String(salt,utf8)
The salt byte array from Java 7 differs to Java 8.
How to make it work on Java 8 so we have the same byte sequence generated.