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
Hi, I'm trying to load an encrypted PKCS#8 private key without success.
Here is my code. In the first part i load an unecrypted PKCS#8 key with success, in hte second part I try loading the encrypted key with error:
error: Uncaught (in promise) AsnError: Cannot create 'PrivateKeyInfo' from ASN.1 object
throw new AsnError(`Cannot create '${this.CLASS_NAME}' from ASN.1 object`);
Hi, I'm trying to load an encrypted PKCS#8 private key without success.
Here is my code. In the first part i load an unecrypted PKCS#8 key with success, in hte second part I try loading the encrypted key with error:
Keys are generated and converted like this:
The text was updated successfully, but these errors were encountered: