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

Vigenere Cipher breaks when key has spaces #1

Open
u4pak opened this issue Feb 12, 2023 · 1 comment
Open

Vigenere Cipher breaks when key has spaces #1

u4pak opened this issue Feb 12, 2023 · 1 comment

Comments

@u4pak
Copy link
Contributor

u4pak commented Feb 12, 2023

If you attempt to decode a message from the Vigenere cipher that uses a key with spaces in it, the message will not decode properly.

Decoding Info:
Input: ZLLOM 6WJ+F
Key: Shady Is Cute
Output: HELLO 6DB+N
Expected Output: HELLO WORLD

@Adhiraj10
Copy link

Shouldn't the Expected Output be HELLO 6OR+D for the input ZLLOM 6WJ+F instead of HELLO WORLD?

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

No branches or pull requests

2 participants