Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Caesar Cipher #298

Open
rusty-bytes7 opened this issue Oct 5, 2024 · 2 comments
Open

Simple Caesar Cipher #298

rusty-bytes7 opened this issue Oct 5, 2024 · 2 comments

Comments

@rusty-bytes7
Copy link
Contributor

Python script that takes a plaintext string as input and returns the encrypted ciphertext string using the Caesar Cipher (shifted letters 3 to the right in the alphabet).

@rusty-bytes7
Copy link
Contributor Author

Please assign this issue and hacktoberfest label to me @DhanushNehru :)

@hc671123
Copy link

Hi a little suggestion to the script, when you already want to implement Caesar, why don't you implement it with the posibillity to use a Key to en- / decrypt a Message? Should not give you a lot more work then only implementing the shifted 3 letters to the right key...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants