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.
---
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).
+
+
+
+This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/)
+