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

Base Key out of range values #51

Closed
vhanghiuc opened this issue Apr 16, 2021 · 4 comments
Closed

Base Key out of range values #51

vhanghiuc opened this issue Apr 16, 2021 · 4 comments

Comments

@vhanghiuc
Copy link

Hello,

When I run the program in -m rmd160 mode, with the -R flag, the base key is not in the desired range :
image

Without the -R flag, is working normal

@albertobsd
Copy link
Owner

But why do you have the input file extension RMD? Nothing confuses you?-f test/64.rmd?Perhaps extension .txt is better?

Hi is using the samples in the README, I use that extensions

Without the -R flag, is working normal

@vhanghiuc Letme test and debug that error. Thank you for report it.

Regards!

albertobsd added a commit that referenced this issue Apr 16, 2021
@albertobsd
Copy link
Owner

Solved in last commit in Development Branch 7fdf0d6

Plese update your code:

  • Save all your files (substracted, bPTables, your own txt)
  • delete the current folder
  • Clone the respository with
    git clone https://github.com/albertobsd/keyhunt.git
  • Change to the development version with
    git checkout development
  • Compile and test

@vhanghiuc
Copy link
Author

Hi Alberto,

Looks good, the random values are inside the selected range!

Thanks :)

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
@vhanghiuc @albertobsd and others