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

Create Affine cipher algorithm #1038

Open mrmorais opened 7 years ago

mrmorais commented 7 years ago

https://en.wikipedia.org/wiki/Affine_cipher

It maps each letter in an alphabet using a mathematical function

I'm working on it in C++

mrmorais commented 7 years ago

Finished on #1040

dhruvmalik007 commented 7 years ago

Created C++ code

dhruvmalik007 commented 7 years ago

Tell me how to get my merge count for hacktoberfest

AlabhyaVaibhav commented 7 years ago

trying this using python :)

ansh997 commented 7 years ago

how can I contribute in this?

AdiChat commented 7 years ago

@ansh997 You can code a problem in any language (provided it is not in our code base) in your local working copy and create a pull request 👍

Abhishek2019 commented 7 years ago

Let me implement this for you in python3 is it fine?

AdiChat commented 7 years ago

Sure @Abhishek2019 Go for it 👍

sjchoure commented 4 years ago

Issue

@AdiChat @arnavb, Now there are two versions of affine cipher in Python, I will provide the absolute path for them as follows:

  1. cosmos/code/cryptography/src/affine_cipher/affine.py merged at PR #1054
  2. cosmos/code/cryptography/src/affine_cipher/affine_cipher.py merged at PR #1906

    Effect

    • By solving the above-mentioned issue, the following issue will be resolved #5123
    • @rbjoshi1309, kindly look into this issue it will help to successfully merge your PR #5124