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

Code Katas alphabet-cipher.coder #24

Open
saidone75 opened this issue Dec 5, 2017 · 2 comments
Open

Code Katas alphabet-cipher.coder #24

saidone75 opened this issue Dec 5, 2017 · 2 comments

Comments

@saidone75
Copy link

I think there's no way to find the correct keyword from encoded messages without knowing its length and putting constraints on its size (e.g. the keyword can contain repetitions, could be of only one char, etc.).

@ertugrulcetin
Copy link
Member

Let me check, thanks!

@ichramm
Copy link

ichramm commented Aug 31, 2019

I stumbled with this today. I couldn't find a deterministic way of getting the cipher. It's easy to bypass the tests with a simple heuristic (e.g. check repetition for the first n characters) but it won't always work.

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

3 participants