Convert public/private key strings to RSA xmlstring -
itemprop = "text">
My partner gave me an RSA public key which looks like this:
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKCScKK + roLfbUYf6PGNIf6Ej8R5EqSTjlRABTu7T0FxR / B6iurI80jktW9 + ZKu4jFnFJ8oYx24raD3x5KhJZR2VCBEEbtYpPq / 5E25v + LIKFbx8sNkMvEACZdAWyeQcEookGfKDER4PGrB35bntcO2SnItTZc8BOI3jAOBXTeBO16NwIDAQAB
I know that the modulus and exponent in a public key, I have seen an XML RSA key file; But I do not know how to remove those parts with this simple string.
Can anyone know what I am trying to do?
This is a base-64 encoded topic PublicKinfo (see) for an RSA public key written in That is, as you saw, an RSA measurement and public exponent.
Comments
Post a Comment