X.509 certificates + RSA-OAEP encryption demo. API endpoints available at /api/encrypt and /api/decrypt
{ }
curl -i https://projectssl.netlify.app/
curl -X POST https://projectssl.netlify.app/api/encrypt \
-H "Content-Type: application/json" \
-d '{"data":"hello world"}'
curl -X POST https://projectssl.netlify.app/api/decrypt \
-H "Content-Type: application/json" \
-d '{"encryptedData":""}'