https://github.com/ritvik19/cracking-codes
This repository is a collection of the techniques described in the book "Cracking Codes with Python"
https://github.com/ritvik19/cracking-codes
Last synced: over 1 year ago
JSON representation
This repository is a collection of the techniques described in the book "Cracking Codes with Python"
- Host: GitHub
- URL: https://github.com/ritvik19/cracking-codes
- Owner: Ritvik19
- Created: 2020-05-21T04:24:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T09:39:38.000Z (about 6 years ago)
- Last Synced: 2025-01-23T06:14:53.965Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 387 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cracking-Codes
This repository is a collection of the techniques described in the book "Cracking Codes with Python"
The book features several ciphers and hacking programs for these ciphers. The programs include the Caesar cipher, transposition cipher, simple substitution cipher, multiplicative & affine ciphers, Vigenere cipher, and hacking programs for each of these ciphers. The final chapters cover the modern RSA cipher and public key cryptography.