You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I'm not really sure what the problem is. It's working fine for me. I'm guessing there's some weird issue cutting the ciphertext up. You can try opening it in PowerShell ISE and setting some breakpoints to see what the variables hold when passing to other methods.
Everytime I try to use it (java or powershell version), I get an error regardding padding.
"Exception calling "DoFinal" with "1" argument(s): "pad block corrupted"".
This is when attempting to use your example
PS C:\Users\User1\Desktop\WebLogicPasswordDecryptor-master> Invoke-W
ebLogicPasswordDecryptor -SerializedSystemIni C:\SerializedSystemIni.dat -Cipher
Text "{3DES}JMRazF/vClP1WAgy1czd2Q=="
Exception calling "DoFinal" with "1" argument(s): "pad block corrupted"
At C:\Users\User1\Desktop\WebLogicPasswordDecryptor-master\Invoke-W
ebLogicPasswordDecryptor.psm1:163 char:33
Exception calling "GetString" with "1" argument(s): "Array cannot be null.
Parameter name: bytes"
At C:\Users\User1\Desktop\WebLogicPasswordDecryptor-master\Invoke-W
ebLogicPasswordDecryptor.psm1:165 char:44
The text was updated successfully, but these errors were encountered: