shrinidhihegde3 / Snippify-Hub

This Repo is aimed to give easy access for code snippets that programmer or developer use
https://snippify-hub.vercel.app
MIT License
12 stars 21 forks source link

Caesar Cipher #40

Closed shrinidhihegde3 closed 1 month ago

shrinidhihegde3 commented 2 months ago

A substitution cipher where each letter in the plaintext is shifted by a fixed number of positions down or up the alphabet. add input and output field also so that people can experiment.

sahuf2003 commented 2 months ago

@shrinidhihegde3 I would like to work on this

shrinidhihegde3 commented 2 months ago

Implement inside snippets/ciphers folder

shrinidhihegde3 commented 2 months ago

in input field make it both ways encryption and decryption

sahuf2003 commented 2 months ago

ok i will do it