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
- Host: GitHub
- URL: https://github.com/thomd/notes-on-cryptography
- Owner: thomd
- Created: 2024-01-17T20:37:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T13:56:49.000Z (about 2 years ago)
- Last Synced: 2025-03-30T19:14:54.606Z (about 1 year ago)
- Topics: cryptography, jupyter, python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)