Search Results

4
votes

Inter-convertability of asymmetric key containers (eg: X.509, PGP, OpenSSH)

Yes and no: yes, the RSA keys embedded into certificates and privkeys are just numbers. You can extract them from the certificate and use them to build keys in other formats. This is commonly done …