ZeroOctave / ZeroOctave-Javascript-Projects

This Repository Contains 150+ web development Projects.
https://zerooctave.github.io/ZeroOctave-Javascript-Projects/
MIT License
546 stars 454 forks source link

Affine Cipher Calculator #279

Closed AnIkeT126 closed 2 years ago

AnIkeT126 commented 2 years ago

Calculator Functions

The affine cipher is a type of monoalphabetic substitution cipher where each letter in an alphabet is mapped to its numeric equivalent, encrypted using a simple mathematical function, and converted back to a letter.

Text : MONEY a=11 b=4 Cipher: XGCRWI

Describe the solution you'd like

I would use HTML5, CSS3 & JS to take a user input and then decrypt and encrypt it based on the user's choice.

Steps Followed✅

Check the box with [x] If you followed all the steps.

Code of Conduct✅

Can I work on this issue as a part of GSSoC'22 @Astrodevil ?

github-actions[bot] commented 2 years ago

Thanks for raising the issue wait for it to get assigned.

sreelakshmig009 commented 2 years ago

@AnIkeT126 We unfortunately already a cipher calculator project . Can you work on a new project or a bug or a feature and open a new issue?

AnIkeT126 commented 2 years ago

@sreelakshmig009, so I checked the codes available and the issues created, and I found that the calculator available is for VIGNERE CIPHER, and I am proposing a one for AFFINE CIPHER, both being totally different in the method of approach. Hence, if it's ok, can I move ahead or shall I drop it in either case.

sreelakshmig009 commented 2 years ago

@NOiR-07

AnIkeT126 commented 2 years ago

can I get an update on this @NOiR-07 @sreelakshmig009 ?

NOiR-07 commented 2 years ago

We already have 5-6 calculators in our project so try to add some different project or you can make a calculator and merge all these in one so the user can use any calculator he wants to