An open API service indexing awesome lists of open source software.

https://github.com/thomd/notes-on-cryptography

Notes on Cryptography
https://github.com/thomd/notes-on-cryptography

cryptography jupyter python

Last synced: about 1 month ago
JSON representation

Notes on Cryptography

Awesome Lists containing this project

README

          

# Notes on Cryptography

Some notes on the Coursera course on [Cryptography](https://www.coursera.org/learn/cryptography).

* [Foundations of Cryptography](https://nbviewer.jupyter.org/github/thomd/notes-on-cryptography/blob/main/foundations-of-cryptography.ipynb)
* [Private Key Encryption](https://nbviewer.jupyter.org/github/thomd/notes-on-cryptography/blob/main/private-key-encryption.ipynb)

## Setup

conda create --name crypto
conda activate crypto
conda install jupyterlab matplotlib numpy
jupyter lab

## Supporting Literature

* [The Joy of Cryptography](https://joyofcryptography.com)