CryptoExportImportManager
CryptoExportImportManager copied to clipboard
How to export private key as PEM
Is there any way to export generated private keys as a PEM string? I need to store an AES encrypted version of that string on a server
Hello, did you find a solution for this issue @bagonmaster
Keys created within a trusted coprocessor cannot he exported (and I believe ones imported can’t either). Plus, you should never transfer private key material. It defeats the entire point of the SEP.