Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

Cryptography

README.md

A curated list of cryptography papers, articles, tutorials and howtos for non-cryptographers.

Notes

The goal of this list is to provide educational reading material for different levels of cryptographic knowledge.

It is aimed at people who are using cryptography in higher-level security systems to implement database encryption, secure sharing, end-to-end encryption in various schemes, and should understand how it works, how it fails and how it is attacked. It is not a list of notable / important / historically important papers (although many of them are here). It is not aimed at academics (who have better grasp of what they need anyway), nor it is aimed for systematic study of wanna-be cryptographers (who better follow structured approach under professional guidance).

It will be extended gradually as I find something of "must-have" value. Pull requests are very welcome.

Contents

  • Introducing people to data security and cryptography.
    • Simple: cryptography for non-engineers.
    • Brief engineer-oriented introductions.
  • Specific topics.
    • Hashing - important bits on modern and classic hashes.
    • Secret key cryptography - all things symmetric encryption.
    • Cryptanalysis - attacking cryptosystems.
    • Public key cryptography: General and DLP - RSA, DH and other classic techniques.
    • Public key cryptography: Elliptic-curve crypto - ECC, with focus on pratcial cryptosystems.
    • Zero Knowledge Proofs - Proofs of knowledge and other non-revealing cryptosystems.
    • Math - useful math materials in cryptographic context.
    • Post-quantum cryptography - Cryptography in post-quantum period.
  • Books.
  • Lectures and educational courses.
  • Online crypto challenges.

The list

Introducing people to data security and cryptography

Simple: cryptography for non-engineers

Brief introductions

General cryptographic interest


Specific topics

Hashing

Secret key cryptography

Cryptanalysis

Public key cryptography: General and DLP

Public key cryptography: Elliptic-curve crypto

Zero Knowledge Proofs

Key Management

Math

  • PRIMES is in P - Unconditional deterministic polynomial-time algorithm that determines whether an input number is prime or composite.

Post-quantum cryptography


Books

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.


Lectures and educational courses


Online crypto challenges

Not exactly papers, but crypto challenges are awesome educational material.