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

I noticed some issues when using your substitution cipher in one of my programs #1

Open
VaasKahnGrim opened this issue Mar 10, 2020 · 0 comments

Comments

@VaasKahnGrim
Copy link

So the biggest issue I had was when it came to capital letters and characters such as ( . , [ ] { } ( ) * & ^ % $ # @ ! ~ ` / < > ? | \ = + - _ ; : ' ")

sometimes it would ignore the special characters when ciphering/deciphering but other times it would try to cipher/decipher them. and when I tried editing the function to fix the issue and add support for the special characters and capital letters it resulted in really weird results and sometimes half the msg would refuse to decrypt or become out of place.

I was wondering if by chance you might be able to resolve that issue?

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

1 participant