mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-06-19 20:34:07 -04:00
readmes
This commit is contained in:
parent
7091a95fdc
commit
f4b8b9ad43
9 changed files with 85 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue