By Khedron
A collection of useful little python scripts for when you just need to throw a quick handful of sand at a problem. The majority of these are
- Cryptography related (rail_fence, viginere_cipher)
- CTF types of tasks and utilities (RSA)
- Miscellaneous scripts for personal practice or fun (prime_numbers, change).
For Cryptography related files, most pull their ciphertext or input text from the "ciphertext" file in the references folder. Populate that file with your data before running cryptography programs.