Small toy project to convert a certificate inside pfx to pem format
Reads a PFX file and extracts the certificates and private keys from the key store (in this case the PFX file).
Converts a private key, public key or certificate to PEM format (string).
Generates an RSA key pair (asymmetric keys).
Generates an AES secret key (symmetric key)