Hi All I have a RSA public key provided in the below format and would like to know how to convert it into a format like PEM or any other format which can be read by openssl. I didnt find any conclusive solutions for this on www. Will the application which generated this key format be capable of generating the same key in PEM or ASCII format?
<?xml version="1.0" encoding="UTF-8" ?> - <RSAKeyValue> <Modulus>dhjffljkglejDHKJFHkjhhhhhSLWSKWLlkNKMNCKJBCKJFKJFBNCJKNLKNCLKMNDLKJSLKWJLJSjsSJJSDDDDDDDDDddddkjswlqqq</Modulus> <Exponent>AQAB</Exponent> </RSAKeyValue> Regards Vivek Panikulam