org.marvec.encryptor.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of encryptor-util Show documentation
Show all versions of encryptor-util Show documentation
Encryptor web service and utility library.
The newest version!
openssl genrsa -out mykey.pem 2048
openssl pkcs8 -topk8 -inform PEM -outform PEM -in mykey.pem -out private_key.pem -nocrypt
openssl rsa -in mykey.pem -pubout -outform PEM -out public_key.pem