avinashkranjan / Pentesting-and-Hacking-Scripts

🚀 A curated collection of Pentesting and Hacking Scripts for Script Kiddie to Advanced Pentesters. 👨‍💻
Creative Commons Zero v1.0 Universal
198 stars 133 forks source link

Add Text Decrypter in python #457

Closed tanujbordikar closed 1 year ago

tanujbordikar commented 1 year ago

Is your feature request related to a problem? Please describe. Under GSSOC'23 I have gone through the entire repository and I haven't found any text decryptor tool in it. So I request you to give me this issue in which I will create a text-decryption tool.

Describe the solution you'd like Text decrypter for Caesar, Affine, Substitution, and Transposition Cipher which will decrypt the encrypted text using certain functional algorithm.

Describe alternatives you've considered I will merge both the encryption and decryption code of text under same python code.

Additional context

Do I want to work on this:

tanujbordikar commented 1 year ago

Hi there Avinash, i had a question regarding multiple pull requests if I make changes in the same folder after submitting the push for previous PR the commit of the previous PR is also present in the commit of the new PR. Is it Okay?? If possible can you explain it? @avinashkranjan