This commit is contained in:
bt3gl 2014-11-19 14:46:14 -05:00
parent 7091a95fdc
commit f4b8b9ad43
9 changed files with 85 additions and 27 deletions

View file

@ -4,6 +4,7 @@
## MD5
- The MD5 hashing algorithm always returns 128 bit values, so the chance that two randomly chosen objects have the same hash is 1:2**128.
### Scripts
@ -32,6 +33,7 @@ $ echo -n password | md5sum
## SHA
- SHA-1 has output size of 160 bits, so chances of collisions are 2**160.
### Scripts
- SHA-256 brute force