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
When i tried to call KEYUTIL.getKeyFromEncryptedPKCS8PEM, it's failed due to there are keyLength in the PBKDF2-params. Per check the implementation, found the code get prf from position 2 directly:
When i tried to call
KEYUTIL.getKeyFromEncryptedPKCS8PEM
, it's failed due to there arekeyLength
in the PBKDF2-params. Per check the implementation, found the code get prf from position 2 directly:jsrsasign/src/keyutil-1.0.js
Line 829 in 58bb241
The text was updated successfully, but these errors were encountered: