awesome-crypto-papers/README.md

50 lines
2.8 KiB
Markdown
Raw Normal View History

2017-02-23 05:36:33 -07:00
# awesome-crypto-papers
A curated list of cryptography papers, articles, tutorials and howtos.
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
### Notes
The goal of this list is to provide reading material for different levels of cryptographic knowledge. I started it because my day job onboarding engineers includes educating them in cryptographic matters, and that involves finding the same materials repeatedly. Hopefully, it will be useful for someone else, too.
### Contributing
## Contents
* Introducing people to data security and cryptography
* Cryptography
2017-03-02 23:19:37 -07:00
* Books
2017-02-23 05:36:33 -07:00
## The list
### Introducing people to data security and cryptography
2017-03-21 15:35:11 -06:00
#### Simple: cryptography for non-engineers
2017-02-23 05:36:33 -07:00
2017-03-02 23:20:03 -07:00
* [Nuts and Bolts of Encryption: A Primer for Policymakers](https://www.cs.princeton.edu/~felten/encryption_primer.pdf)
2017-03-02 23:19:37 -07:00
2017-03-13 01:30:38 -06:00
### Introduction to specific topics
#### Elliptic-curve crypto
* [Elliptic Curve cryptography: A gentle introduction](http://andrea.corbellini.name/2015/05/17/elliptic-curve-cryptography-a-gentle-introduction/)
* [Elliptic Curve Cryptography: finite fields and discrete logarithms](http://andrea.corbellini.name/2015/05/23/elliptic-curve-cryptography-finite-fields-and-discrete-logarithms/)
* [Elliptic Curve Cryptography: ECDH and ECDSA](http://andrea.corbellini.name/2015/05/30/elliptic-curve-cryptography-ecdh-and-ecdsa/)
* [Elliptic Curve Cryptography: breaking security and a comparison with RSA](http://andrea.corbellini.name/2015/06/08/elliptic-curve-cryptography-breaking-security-and-a-comparison-with-rsa/)
* [Let's construct an elliptic curve: Introducing Crackpot2065](http://blog.bjrn.se/2015/07/lets-construct-elliptic-curve.html)
2017-03-02 23:19:37 -07:00
### Books
2017-03-02 23:24:21 -07:00
That seems somewhat out of scope, isn't it? But these are books only fully available online for free. Read them as a sequence of papers if you will.
2017-03-02 23:20:03 -07:00
* [A Graduate Course in Applied Cryptography](https://crypto.stanford.edu/~dabo/cryptobook/) by Dan Boneh and Victor Shoup. A well-balanced introductory course into cryptography, a bit of cryptoanalysis and cryptography-related security.
* [CrypTool book](https://www.cryptool.org/en/ctp-documentation/ctbook), predominantly mathematically oriented information on learning, using and experimenting cryptographic procedures.
* [Handbook of Applied Cryptography](http://cacr.uwaterloo.ca/hac/) by Alfred J. Menezes, Paul C. van Oorschot and Scott A. Vanstone. Good classical introduction into cryptography and ciphers.
2017-03-02 23:24:21 -07:00
* [The joy of Cryptography](http://web.engr.oregonstate.edu/~rosulekm/crypto/) by Mike Rosulek. A lot of basic stuff covered really well. No ECC.
2017-03-21 15:35:11 -06:00
### Lectures and educational courses
* [Understanding cryptography: A textbook for Students and Practitioners](http://www.crypto-textbook.com/) Textbook, great lectures and problems to solve.