TheAlgorithms/Go

Basic Caesar cipher implementation

RickDeb2004 opened this issue · 2 comments

What would you like to share?

basic Caesar cipher implementation using for decryption and encryption of a text .
Example:
Plain Text "HELLOWORLD"
Encrypted Text "CZGGJRJMGY"

Extra issue details

make sure implementing correct algorithm , you can use three functions like encrypt, decrypt and hashedLetter function.

Additional information

No response

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

It already exists here. Closing this now since this is unlikely to be accepted again.