Changeset 22213 in project
- Timestamp:
- 01/03/11 18:46:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/crypt
r22212 r22213 52 52 Extended DES uses a variable number of encryption rounds and 24 bits of salt rather than 12 bits. 53 53 54 _J9..K0AyUubDrfOgO4s ( salt: _J9..K0Ay)54 _J9..K0AyUubDrfOgO4s (prefix: _J9.. salt: K0Ay) 55 55 56 56 The leading underscore indicates we're using the extended DES scheme here. The first four characters after the underscore indicate the number of iterations to run the encryption algorithm, the next four represent the salt and the final eleven are the hashed password. … … 64 64 For example: 65 65 66 $1$O3JMY.Tw$AdLnLjQ/5jXF9.MTp3gHv/ ( salt: $1$O3JMY.Tw)66 $1$O3JMY.Tw$AdLnLjQ/5jXF9.MTp3gHv/ (prefix: $1$ salt: O3JMY.Tw) 67 67 68 68 For more examples of hashes, see the [[http://openwall.info/wiki/john/sample-hashes|OpenWall/John the Ripper community wiki page with sample hashes]]
Note: See TracChangeset
for help on using the changeset viewer.