EvilZone
Programming and Scripting => Scripting Languages => : daxda October 16, 2013, 01:34:07 PM
-
So I've picked up this interessting book "Hacking secret Ciphers with Python" (get it for free here (http://upload.evilzone.org/download.php?id=5807436&type=rar)) and it contained a part where the Ceaser Cipher is beeing bruteforced, most of the code is from the book mentioned above, I've just extended it to check for a valid string instead printing out all possible strings. Its nothing special but I hope some find it somewhat useful :) attached to this post is my source with a list of about 5k words which is beeing used by the script, feel free to use it how you like!
[gist]Daapii/7006338[/gist]
Usage: script.py -m "your encrypted ceaser cipher string"
Enjoy
-
Cool stuff.
You are posting some proper material.
Always nice to see a new comer that is contributing from the start.
Keep it up.