sumanth-0 / 100LinesOfPythonCode

Write any interesting piece of python code below 100 lines
8 stars 43 forks source link

make Caesar Cipher Encoder/Decoder #29

Closed sumanth-0 closed 19 hours ago

sumanth-0 commented 3 days ago

Encoding ,decoding what's that? A Caesar cipher is a simple method of encoding messages. Caesar ciphers use a substitution method where letters in the alphabet are shifted by some fixed number of spaces to yield an encoding alphabet. A Caesar cipher with a shift of 1 would encode an A as a B, an M as an N, and a Z as an A, and so on.

aniruddhaadak80 commented 3 days ago

Assign me please . I can work on this .

RedLordezh7Venom commented 2 days ago

I can work on Caesar hacker instead of a decoder It basically takes a text file that has been encoded in Caesar cipher, and then gives the original file , and return the shift (the shift in Caesar cipher acts as the key/password)

RedLordezh7Venom commented 1 day ago

Can I still PR for this ?
I've made it but didn't commit

sumanth-0 commented 1 day ago

@RedLordezh7Venom Sure send the PR