adviksinghania / ethical-hacking-scripts

A collection of Python scripts made for use in ethical hacking.
2 stars 4 forks source link

Create a Shift Cipher decryption script #6

Open adviksinghania opened 2 years ago

adviksinghania commented 2 years ago

The script has to take the encrypted text as the input and implement a modified frequency analysis attack using the statistical properties of English letters to decrypt the cipher.

WaniAthar commented 2 years ago

hey @adviksinghania can i work on this?

adviksinghania commented 2 years ago

Sure go ahead @WaniAthar