* creation and management of RSA private keys, public keys * creation of X.509 certificates, CSRs * import/export PEM, DER, PKCS12 format(.pem .crt .pub .pri .key .der .pfx .p12) * inspect files without importing * private key(.pem) & PKCS12(.pfx .p12) passphrase finder * use the certificates for SSL/TLS servers/clients or any purposes(VPN)
* ROOT CA(self-signed) and Certificates signed by the ROOT CA * 512/1024/2048/4096/custom bits - RSA key length * md4/md5/sha1/sha224/sha256/sha512 digest - algorithm * des3/aes128/aes192/aes256 - cipher * custom X.509v3 extensions(see openssl.cnf) * view/manage android system certificates * based on OpenSSL 1.1.1a(native binary is included)
** no "android.permission.INTERNET"(no user data collected) ** use at your own risk(backup the keys by your self!!)
Dory - node.js // build your SSL/TLS servers https://play.google.com/store/apps/details?id=io.tempage.dorynode