RSA Key as a Service
This is a simple Spring Boot REST API that generates a new RSA key pair (public and private keys) and returns it in JSON format. The API uses Java's KeyPairGenerator
to create a 2048-bit RSA key pair and encodes it in Base64.
Please visit github repo https://github.com/anddegs/rsa-as-a-service