From 0cc3a5a61b6915063b2774b8e24ff7881bed2077 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Sun, 27 Oct 2019 21:05:37 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A9=F0=9F=8F=BE=E2=80=8D=F0=9F=A6=B0?= =?UTF-8?q?=20Update=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cryptography/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cryptography/README.md b/Cryptography/README.md index 2f6bb03..867e387 100644 --- a/Cryptography/README.md +++ b/Cryptography/README.md @@ -1,9 +1,6 @@ # Cryptography - -### Some Tips: - -- 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. - equal signs spread --> base64 encoded string. @@ -11,7 +8,6 @@ - hints about keys and signing --> likely RSA. ---- ## MD5