I have been playing around with the code found here. I'm getting things like
UKepQT7tW8mGtOJzNaLV2X+Ij/E=
when I view the hashed password using
String t = base64EncoderDecoder.encodeAsString(f.generateSecret(spec).getEncoded());
for my hashed password. Should it have symbols like +/= ? Also I expected the hash to be longer. Did I screw something up?