mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-28 03:26:08 -04:00
🧕🏽Clean up readme
This commit is contained in:
parent
a74a3b9f6e
commit
5589b436d7
@ -1,11 +1,12 @@
|
|||||||
# 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.
|
|
||||||
- 40 characters long --> SHA1 hash.
|
* Text 32 characters long --> md5 hash.
|
||||||
- equal signs spread --> base64 encoded string.
|
* 40 characters long --> SHA1 hash.
|
||||||
- text only letters, without numbers or special characters --> Caesar, Vigenere, or other type of cipher.
|
* equal signs spread --> base64 encoded string.
|
||||||
- hints about keys and signing --> likely RSA.
|
* text only letters, without numbers or special characters --> Caesar, Vigenere, or other type of cipher.
|
||||||
|
* hints about keys and signing --> likely RSA.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user