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

When calculating sentence probability, perform a run for a limited dataset #9

Open
acnicholls opened this issue Jul 2, 2021 · 0 comments
Assignees

Comments

@acnicholls
Copy link
Owner

Is your feature request related to a problem? Please describe.
most real life sentences when encrypted this way have trillions of permutations when decrypted, it will consume 100% CPU for days, weeks or even months to perform a decryption

Describe the solution you'd like
have the ability to select a timed run or a number of permutations to test before shutting down

  • for timed run
    • accept a number of minutes to run for
    • report the number of permutations checked when complete
  • for a number run
    • accept a number of permutations to check
    • show a progress bar until completion
  • when selecting the permutations to run make sure they haven't been run already
  • add an option to clear all probabilities

Describe alternatives you've considered
leaving the application as is

Additional context

@acnicholls acnicholls self-assigned this Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant