项目作者: andersonkmi

项目描述 :
Small toy project to convert a certificate inside pfx to pem format
高级语言: Java
项目地址: git://github.com/andersonkmi/pfx-to-pem.git
创建时间: 2020-04-26T20:23:14Z
项目社区:https://github.com/andersonkmi/pfx-to-pem

开源协议:GNU General Public License v3.0

下载


Mercury cryptographic functions library

Supported features

1. PFX reader

Reads a PFX file and extracts the certificates and private keys from the key store (in this case the PFX file).

2. PEM generator

Converts a private key, public key or certificate to PEM format (string).

3. RSA key pair generator

Generates an RSA key pair (asymmetric keys).

4. AES secret key generator

Generates an AES secret key (symmetric key)

Features to be added

  • Key store management
  • Encryption/decryption functions
  • Hash generation
  • Certificate management functions
  • Digital signatures management