Skip to content

Adding Bruteforce method in Caesar cipher algorithm #2888

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

Closed
subhroacharjee opened this issue Jan 1, 2022 · 1 comment
Closed

Adding Bruteforce method in Caesar cipher algorithm #2888

subhroacharjee opened this issue Jan 1, 2022 · 1 comment

Comments

@subhroacharjee
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Well I just thought will it not be good if we had a method in Caesar cipher to decode for all the possible values of shift, so that in case we don't know the shift we can directly execute that method with encrypted string and get all the possible combination.

Describe the solution you'd like
Simple we will run and store all the decoded string values for shift 0-26

Describe alternatives you've considered
N/A

Additional context
I made a pull request without reading the contribution.md. sorry!

@siriak
Copy link
Member

siriak commented Jan 1, 2022

Merged, thanks!

@siriak siriak closed this as completed Jan 1, 2022
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