Ryan Castellucci
Ryan Castellucci
I'd also appreciate having `sha1-x86_64.pl` updated for parity with OpenSSL.
This also happens on ARM5.
> Invalid rushwallet url fragment You didn't include the `!`. > event not found That's an error from your shell, probably because you need to quote the fragment including the...
Looking at this, I do believe they modified the algorithm: https://rw.rubixapps.com/app.js?v=15
I checked the code again, it should be working. Can you please provide the exact command line you're using, with the each character after the `!` replaced with `0`, and...
use single quotes instead of double quotes
``` ryanc@penguin:~/code$ echo "CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d" -bash: !6791: event not found ryanc@penguin:~/code$ echo 'CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d' CK4s3HMg1Ro2BSYq0yKNIVgMxuBY9n!6791dc865d ```
in bash, double quotes interpolate some metacharacters, whereas single quotes do not
It doesn't output status information unless you pass `-v`.
There's an option to scan a data file with all hashes sorted that can be used to reject false positives, but at a certain point performance tanks.