Searched refs:salt (Results 26 - 33 of 33) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DCryptPasswordStorageScheme.java75 * An array of values that can be used to create salt characters
153 * Return a random 2-byte salt.
155 * @return a random 2-byte salt
296 // The salt is stored as the first two bytes of the storedPassword
299 byte[] salt = storedPassword.copyTo(new byte[2]);
301 ByteString.wrap(crypt.crypt(plaintextPasswordBytes, salt));
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DCryptPasswordStorageScheme.java75 * An array of values that can be used to create salt characters
153 * Return a random 2-byte salt.
155 * @return a random 2-byte salt
296 // The salt is stored as the first two bytes of the storedPassword
299 byte[] salt = storedPassword.copyTo(new byte[2]);
301 ByteString.wrap(crypt.crypt(plaintextPasswordBytes, salt));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DCryptPasswordStorageScheme.java78 * An array of values that can be used to create salt characters
154 * Return a random 2-byte salt.
156 * @return a random 2-byte salt
297 // The salt is stored as the first two bytes of the storedPassword
300 byte[] salt = storedPassword.copyTo(new byte[2]);
302 ByteString.wrap(crypt.crypt(plaintextPasswordBytes, salt));
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/services/util/
H A DJSSEncryption.java216 byte salt[] = {0x01, 0x01, 0x01, 0x01, 0x01,0x01, 0x01, 0x01};
223 PBEKeyGenParams kgp = new PBEKeyGenParams(pass, salt, 5);
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...

Completed in 66 milliseconds

12