Cryptography: Difference between revisions
From DWIKI
m (→Links) |
|||
Line 3: | Line 3: | ||
*[http://world.std.com/~franl/crypto/rsa-guts.html The Mathematical Guts of RSA Encryption] | *[http://world.std.com/~franl/crypto/rsa-guts.html The Mathematical Guts of RSA Encryption] | ||
*[[Disk encryption]] | *[[Disk encryption]] | ||
*[https://www.slashroot.in/how-are-passwords-stored-linux-understanding-hashing-shadow-utils How are passwords stored in Linux (Understanding hashing with shadow utils)] | |||
=Password hashes= | =Password hashes= |
Revision as of 20:01, 10 March 2018
Links
- Hashing security
- The Mathematical Guts of RSA Encryption
- Disk encryption
- How are passwords stored in Linux (Understanding hashing with shadow utils)
Password hashes
Password hash types, identified by first field
- $1 = MD5 hashing algorithm.
- $2 =Blowfish Algorithm is in use.
- $2a =eksblowfish Algorithm
- $5 =SHA-256 Algorithm
- $6 =SHA-512 Algorithm
crypt
man 3 crypt