passwords:password_schemes
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
passwords:password_schemes [2016/07/02 12:48] – created peter | passwords:password_schemes [2019/12/01 22:03] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Passwords - Password Schemes ====== | ||
- | |||
- | Password scheme means the format in which the password is stored in password databases. | ||
- | |||
- | ===== What scheme to use? ===== | ||
- | |||
- | You should choose the strongest crypt scheme that's supported by your system. | ||
- | |||
- | * BLF-CRYPT: This is the Blowfish crypt (bcrypt) scheme. | ||
- | |||
- | * SHA512-CRYPT: | ||
- | |||
- | * SHA256-CRYPT: | ||
- | |||
- | * MD5-CRYPT: A weak but common scheme often used in / | ||
- | |||
- | Note that the above schemes are implemented by the libc's crypt() function. | ||
- | |||
- | Other password schemes that are not in libc. | ||
- | |||
- | * LANMAN: DES-based encryption. Used sometimes with NTLM mechanism. | ||
- | |||
- | * NTLM: MD4 sum of the password stored in hex. Used with NTLM mechanism. | ||
- | |||
- | * RPA: Used with RPA mechanism. | ||
- | |||
- | * CRAM-MD5: Used with CRAM-MD5 mechanism. | ||
- | |||
- | * DIGEST-MD5: Used with DIGEST-MD5 mechanism. | ||
- | |||
- | * SCRAM-SHA-1: | ||
- | |||
- | * CRYPT: Traditional DES-crypted password in /etc/passwd (e.g. " | ||
- | |||
- | * PLAIN: Password is in plaintext. | ||
- | |||
passwords/password_schemes.1467463732.txt.gz · Last modified: 2020/07/15 09:30 (external edit)