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

Implement Caesar Cipher #2

Closed
fa7ad opened this issue Oct 17, 2023 · 0 comments · Fixed by #5
Closed

Implement Caesar Cipher #2

fa7ad opened this issue Oct 17, 2023 · 0 comments · Fixed by #5
Assignees
Labels

Comments

@fa7ad
Copy link
Owner

fa7ad commented Oct 17, 2023

Caesar cipher is one of the easiest ciphers to implement, often taught in beginner programming classes.

More details about the cipher can be found here: https://en.wikipedia.org/wiki/Caesar_cipher

The implementation should stylistically match the existing code (XOR, for example).

@fa7ad fa7ad changed the title Implement Caeser Cipher Implement Caesar Cipher Oct 17, 2023
@fa7ad fa7ad closed this as completed in #5 Oct 22, 2023
@fa7ad fa7ad self-assigned this Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant