mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-27 11:09:09 -04:00
Merge branch 'master' of github.com:bt3gl/My-Gray-Hacker-Resources
This commit is contained in:
commit
84df40b7cb
@ -1,11 +1,11 @@
|
|||||||
# 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.
|
||||||
- hints about keys and signing --> likely RSA.
|
- hints about keys and signing --> likely RSA.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -90,5 +90,9 @@ telnet localhost 3000
|
|||||||
----
|
----
|
||||||
|
|
||||||
### License
|
### License
|
||||||
The material in this repository is licensed under the [Creative Commons Attribution-Noncommercial 3.0 license](http://creativecommons.org/licenses/by-nc/3.0/). All code is dedicated to the public domain. If your country does not recognize my right to dedicate work to the public domain, you may the [MIT license](http://opensource.org/licenses/MIT).
|
|
||||||
|
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />
|
||||||
|
|
||||||
|
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user