Create RSA Public Key from b64 encoded string
843811Apr 15 2007 — edited Apr 18 2007Good Evening,
Can anyone point me in the right direction to take the modulus and exponet that have been b64 encoded and convert them back to a key?
For example, how you you turn the key below into an RSA public key?
<Modulus>13c5sP/ocFDNTIOU6GdITBumBKyPee5uluUnCQoVmxZWqj9lIyvNhkjxg3X2XFwEJjBcRqp7EmHQgeDyh14QpvsvB2fPWpEsrLtVNpOq9ZWbzcUNiUkVTL1N8QBdpB4ndtFzGeWTxJdKKGNlezzoUjh1nKdHq/+mLL4hWhInajk=</Modulus>
<Exponent>AQAB</Exponent>
Thanks,
Doug