Add Cryptographic Right Answers

This commit is contained in:
Diogo Felix 2017-10-17 20:44:02 -02:00
parent 6016789554
commit 9b05c866c2
1 changed files with 1 additions and 0 deletions

View File

@ -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)