Skip to content
A simple repository implementing various cipher techniques.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Dictionary.txt
Frankenstein.txt
README.md
affine_cipher.py
affine_cipher_hacker.py
affine_key_test.py
brute-force_caesar_cipher.py
brute-force_transposition_cipher.py
caesar_cipher.py
cryptomath_module.py
detecting_english_programmatically.py
frequency_finder.py
makeWordPatterns.py
prime_sieve.py
pyperclip.py
rabin_miller.py
reverse_cipher.py
rsa_cipher.py
rsa_key_generator.py
simple_substitution_cipher.py
simple_substitution_cipher_hacker.py
transposition_cipher_decryption.py
transposition_cipher_encrypt-decrypt_file.py
transposition_cipher_encryption.py
transposition_cipher_test.py
vigenere_cipher.py
vigenere_cipher_dictionary_hacker.py
vigenere_hacker.py

README.md

Hacking Ciphers

A simple repository implementing various cipher techniques.

Book used:

Hacking Ciphers with Python, Al Sweigart

Thank you for visit.

You can’t perform that action at this time.