mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-28 03:26:08 -04:00
crypto readme
This commit is contained in:
parent
a953f7a434
commit
e1043d57a3
@ -1,7 +1,7 @@
|
|||||||
# Cryptography
|
# Cryptography
|
||||||
|
|
||||||
* Often data is just encoded in base64 or hex. Other times it's just compressed (gzip):
|
- 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.
|
||||||
-text only letters, without numbers or special characters --> Caesar, Vigenere, or other type of cipher.
|
-text only letters, without numbers or special characters --> Caesar, Vigenere, or other type of cipher.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user