mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2025-02-01 07:07:30 +00:00
Update crypto_algorithms.md
This commit is contained in:
parent
317896f9bb
commit
05d51313f2
@ -4,13 +4,13 @@ Let's go over the most common encryption and hashing algorithms, and compare the
|
|||||||
## Hashing Algorithms
|
## Hashing Algorithms
|
||||||
The folloing table that compares some of the most well-known hashing algorithms, along with an indication of whether they are considered to be post-quantum resistant.
|
The folloing table that compares some of the most well-known hashing algorithms, along with an indication of whether they are considered to be post-quantum resistant.
|
||||||
|
|
||||||
| Algorithm Name | Output Size (bits) | Cryptographic | Post-Quantum Ready |
|
| Algorithm Name | Output Size (bits) | Post-Quantum Ready |
|
||||||
|----------------|--------------------|---------------|-------------------|
|
|----------------|--------------------|---------------|-------------------|
|
||||||
| MD5 | 128 | Yes | No |
|
| MD5 | 128 | No |
|
||||||
| SHA-1 | 160 | Yes | No |
|
| SHA-1 | 160 | No |
|
||||||
| SHA-256 | 256 | Yes | No |
|
| SHA-256 | 256 | No |
|
||||||
| SHA-3 | 224, 256, 384, 512 | Yes | Yes (believed to) |
|
| SHA-3 | 224, 256, 384, 512 | Yes (believed to) |
|
||||||
| BLAKE2 | 256, 512 | Yes | Yes (believed to) |
|
| BLAKE2 | 256, 512 | Yes (believed to) |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user