From 9b05c866c2528ba431077ddf4ced6c3a0b79551b Mon Sep 17 00:00:00 2001 From: Diogo Felix Date: Tue, 17 Oct 2017 20:44:02 -0200 Subject: [PATCH 1/2] Add Cryptographic Right Answers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e92a2851..dd72e04f 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ But knowing the stuff will help you become better! :muscle:* ### Security - :book: [Security Programming](https://www.dwheeler.com/secure-programs/) - :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto) +- :page_facing_up: [Cryptographic Right Answers](https://gist.github.com/tqbf/be58d2d39690c3b366ad) - :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security) - [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1) From 7a85cbb873231aa845792994a00f685dbf112cec Mon Sep 17 00:00:00 2001 From: Diogo Felix Date: Tue, 17 Oct 2017 20:45:01 -0200 Subject: [PATCH 2/2] An Open Letter to Developers About Crypto --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd72e04f..43b75d8a 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ But knowing the stuff will help you become better! :muscle:* - :book: [Security Programming](https://www.dwheeler.com/secure-programs/) - :page_facing_up: [Rolling Your Own Crypto](http://loup-vaillant.fr/articles/rolling-your-own-crypto) - :page_facing_up: [Cryptographic Right Answers](https://gist.github.com/tqbf/be58d2d39690c3b366ad) +- :page_facing_up: [An Open Letter to Developers Everywhere (About Cryptography)](https://gist.github.com/paragonie-scott/e9319254c8ecbad4f227) - :book: [Foundations of Security: What Every Programmer Needs to Know ](https://www.goodreads.com/book/show/128003.Foundations_of_Security) - [OWASP Top 10](https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project) - [Web Application Exploits and Defenses](https://google-gruyere.appspot.com/part1)