Srijita-Mandal / fix-your-nums

Multiple-in-one calculator, by JavaScript, HTML & CSS
https://srijita-mandal.github.io/fix-your-nums/landing.html
MIT License
26 stars 55 forks source link

Caesar Cipher Calculator #19

Closed S-ishita closed 1 year ago

S-ishita commented 1 year ago

The Caesar Cipher technique is one of the earliest and simplest method of encryption technique. It’s simply a type of substitution cipher, i.e., each letter of a given text is replaced by a letter some fixed number of positions (offset) down the alphabet.

Screenshot from 2023-02-15 00-03-40

S-ishita commented 1 year ago

I want to work on this issue under JWOC

Srijita-Mandal commented 1 year ago

@S-ishita Go for it.