From 5589b436d771c037a02b282fae2f6b7adaffd12c Mon Sep 17 00:00:00 2001 From: Mia von Steinkirch Date: Tue, 29 Oct 2019 19:04:41 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=95=F0=9F=8F=BDClean=20up=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cryptography/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Cryptography/README.md b/Cryptography/README.md index 867e387..7a088f7 100644 --- a/Cryptography/README.md +++ b/Cryptography/README.md @@ -1,11 +1,12 @@ # 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. + +* 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.