mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 06:46:07 -04:00
Merge branch 'master' of github.com:bt3gl/My-Gray-Hacker-Resources
This commit is contained in:
commit
84df40b7cb
2 changed files with 11 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
# Cryptography
|
||||
|
||||
* 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.
|
||||
- equal signs spread --> base64 encoded string.
|
||||
- text only letters, without numbers or special characters --> Caesar, Vigenere, or other type of cipher.
|
||||
- hints about keys and signing --> likely RSA.
|
||||
- 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.
|
||||
- equal signs spread --> base64 encoded string.
|
||||
-text only letters, without numbers or special characters --> Caesar, Vigenere, or other type of cipher.
|
||||
- hints about keys and signing --> likely RSA.
|
||||
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue