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

error: invalid: must be 24 or 88 characters in length but yours is xx #2

Open
tedaz opened this issue Jun 28, 2017 · 1 comment
Open

Comments

@tedaz
Copy link

tedaz commented Jun 28, 2017

It seems the code can only decrypt specific length of strings, for strings' length longer or shorter than 24/88, the code cannot decrypt them.

@tedaz
Copy link
Author

tedaz commented Jun 28, 2017

Test strings:
"aK9Q4I)J'#[Q=^QMAF4<1!!"`
succeed, "84432079"

"$1O1qAJQr://k0Ce;P5N/Ad&quot;!!$"
"$1d&apos;r]C.1V`M$Fo-4nj6b97&quot;!!$"

Failed:

$1O1qAJQr://k0Ce;P5N/Ad&quot;!!$ invalid: must be 24 or 88 characters in length but yours is 32.
$1d&apos;r]C.1V`M$Fo-4nj6b97&quot;!!$ invalid: must be 24 or 88 characters in length but yours is 37.

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

1 participant