Vishal-raj-1 / Awesome-JavaScript-Projects

This Repository contain awesome vanilla JavaScript projects.
https://vishal-raj-1.github.io/Awesome-JavaScript-Projects/
MIT License
1.82k stars 744 forks source link

Project idea : CAESAR CIPHER #1475

Closed jhamadhav closed 3 years ago

jhamadhav commented 3 years ago

CAESAR CIPHER

In cryptography, a Caesar cipher, also known as Caesar's cipher, the shift cipher, Caesar's code or Caesar shift, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on. The method is named after Julius Caesar, who used it in his private correspondence. Source-wikipedia

Main goal

  1. Implement coding and decoding of the text
  2. Educate user about the mathematics and logic behind it
  3. Make it interesting and visually appealing

Tech stack

jhamadhav commented 3 years ago

@Vishal-raj-1 @991rajat Please assign me this project !