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

Alphabetical substitution cipher can't handle Katakana->English, can handle it the other way #110

Open
boastful-inaba opened this issue Feb 21, 2021 · 0 comments
Labels

Comments

@boastful-inaba
Copy link

Steps to reproduce the bug

  1. Navigate to https://cryptii.com/pipes/alphabetical-substitution
  2. Use the substitution cipher:
    abcdefghijklmnopqrstuvwxyz
    チコソシイハキクニマノリモミラセタストカナヒテサンツ

Select Decode, and enter some katakana in the left box. It'll be copied over to the right box with no transforms.
Encoding alphabetical text does transform it into katakana.
You can also reverse the cipher to
チコソシイハキクニマノリモミラセタストカナヒテサンツ
abcdefghijklmnopqrstuvwxyz

and Encode katakana and the same no-change copy will happen.

Version, environment and state

I can't seem to select the text inside the alert box, sorry.

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

No branches or pull requests

1 participant