mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-06-17 19:39:18 -04:00
👩🏾🦰 Update readme
This commit is contained in:
parent
401bcf35a7
commit
0cc3a5a61b
1 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
||||||
# Cryptography
|
# Cryptography
|
||||||
|
|
||||||
|
Often data is just encoded in base64 or hex. Other times it's just compressed (gzip):
|
||||||
### Some Tips:
|
|
||||||
|
|
||||||
- Often data is just encoded in base64 or hex. Other times it's just compressed (gzip):
|
|
||||||
- Text 32 characters long --> md5 hash.
|
- Text 32 characters long --> md5 hash.
|
||||||
- 40 characters long --> SHA1 hash.
|
- 40 characters long --> SHA1 hash.
|
||||||
- equal signs spread --> base64 encoded string.
|
- equal signs spread --> base64 encoded string.
|
||||||
|
@ -11,7 +8,6 @@
|
||||||
- hints about keys and signing --> likely RSA.
|
- hints about keys and signing --> likely RSA.
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## MD5
|
## MD5
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue