I need to generate an ASCII Armored Key(as we have in PGP) from ECDSA private key. I'm using OpenSSL to generate the ECDSA private key.
ref: Convert ECDSA private hex key to public key
Currently I'm using the OpenPGP node module for encryption/decryption using PGP ASCII Armored keys.I want to implement above functionality using Node.js