Objective
To write codes which will allow us to attack the simple cipher using classical methods
Description
Introduction - what this is not Intro to Python The Monome-Dinome cipher The basic code Cryptanalysis I - the Row Digits Cryptanalysis II - the Trick Cryptanalysis III - Removing the guesswork Creating the programs The complete source code
Speaker bio
Nivedita is currently a student of Indian Institute of Science (IISc, Bangalore) pursueing her MS from SERC (Supercomputer Education & Research Centre) department and is an ex-employee of Infosys Limited where she worked for 19 months.
1
▼
Is it the same talk that was delivered at SciPy India, last year?
1
▼
No... at SciPy, I had just briefed about few common crypto algorithms... This time I am planning to brief on breaking the weak algorithms using methods like frequency count, pattern finding etc.
Had u attended SciPy 2011??
1
▼
Yes, I did attend that talk.
1
▼
Are you attending PyCon 2012 as well??
1
▼
Nice to know that people at SERC are using Python now.
1
▼
Kindly note: Your talk needs more content in the description section for evaluation. Please add more content describing your talk. Think in terms of how you plan to present the talk and virtually walk through the slides here - Thanks - Admin.
1
▼
Hi, I would like to try out and play around with the python code you used for the presentation? Can you share it somewhere (say github or bitbucket if you prefer private repos)?
1
▼
Hey...following are the links where I have shared my codes... Do have a look...
https://gist.github.com/3863676
https://gist.github.com/3863701