From e1043d57a3adf12e2078da0fede87dc1b5514c80 Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Mon, 1 Dec 2014 09:48:40 -0500 Subject: [PATCH 1/2] crypto readme --- Cryptography/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cryptography/README.md b/Cryptography/README.md index 1cab09e..0f1504c 100644 --- a/Cryptography/README.md +++ b/Cryptography/README.md @@ -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. --- From 5093ac696dd73a4e08a71dc85f759349aa3df40b Mon Sep 17 00:00:00 2001 From: Mari Wahl Date: Mon, 1 Dec 2014 09:58:51 -0500 Subject: [PATCH 2/2] license --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8201263..ac09bb1 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,9 @@ telnet localhost 3000 ---- ### 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). + +Creative Commons License
+ +This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/) +