h3c-pt-tools icon indicating copy to clipboard operation
h3c-pt-tools copied to clipboard

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

Open tedaz opened this issue 7 years ago • 1 comments

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 avatar Jun 28 '17 01:06 tedaz

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.

tedaz avatar Jun 28 '17 01:06 tedaz