OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.58k stars 3.69k forks source link

Implementation of Monoalphabetic Cipher in Python #6179

Open sakar97 opened 3 years ago

sakar97 commented 3 years ago

This is a(n):

Details:

As Caesar cipher and a modified version of Caesar cipher is easy to break, monoalphabetic cipher comes into the picture. In monoalphabetic, each alphabet in plain text can be replaced by any other alphabet except the original alphabet.

sakar97 commented 3 years ago

Assign me this issue with the Hacktoberfest tag. Thanks

shrishtrip commented 3 years ago

Hey @AdiChat. I'm also picking this up as this is still open.

sakar97 commented 3 years ago

Hi @shrishtrip I have already did the PR for it.

shrishtrip commented 3 years ago

Oh, okay. I anyway coded the cipher so would go ahead and do a PR. Can we have multiple implementations of the same algo/prob?