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

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"

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.