You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
986 B
986 B
| 1 | hash_algoritm | hash_description |
|---|---|---|
| 2 | des | DES (Algorithm for Symmetric Encryption) |
| 3 | md5 | MD5 (128-bit hashing algorithm) |
| 4 | yescrypt | yescrypt (Cryptographic hash function) |
| 5 | gost-yescrypt | GOST-YESCRYPT (Design according to GOST R 34.11─2012) |
| 6 | scrypt | scrypt (Adaptive cryptographic key generation function) |
| 7 | bf | Blowfish (Symmetric Block Cipher Algorithm) |
| 8 | bcrypt | bcrypt (Adaptive hash function from the Blowfish family of algorithms) |
| 9 | bcrypt-a | bcrypt-a (Adaptive hash function from the Blowfish family of algorithms) |
| 10 | sha512crypt | SHA512 (Hash function from the SHA-2 family of algorithms) |
| 11 | sha256crypt | SHA256 (Hash function from the SHA-2 family of algorithms) |
| 12 | !sunmd5 | Sun MD5 (Hash algorithm from Sun Microsystems) |
| 13 | md5crypt | MD5 Unix (Hash algorithm calls standard MD5 thousand times) |
| 14 | !bsdicrypt | Extended DES Crypt (Hash function from the BSDi family of DES algorithms) |
| 15 | descrypt | descrypt (Hash function from the DES family of algorithms) |
| 16 | !nt | NTHash (Hash function from the NT Windows family of algorithms) |