h3c-pt-tools
h3c-pt-tools copied to clipboard
error: invalid: must be 24 or 88 characters in length but yours is xx
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.
Test strings:
"aK9Q4I)J'#[Q=^Q
MAF4<1!!"`
succeed, "84432079"
"$1O1qAJQr://k0Ce;P5N/Ad"!!$"
"$1d'r]C.1V`M$Fo-4nj6b97"!!$"
Failed:
$1O1qAJQr://k0Ce;P5N/Ad"!!$ invalid: must be 24 or 88 characters in length but yours is 32.
$1d'r]C.1V`M$Fo-4nj6b97"!!$ invalid: must be 24 or 88 characters in length but yours is 37.