• Stars
    star
    3
  • Rank 3,961,164 (Top 79 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Converts Single or Multiple RSA pem (PKCS1/PKCS8 serializaed as "AQAB") to JWK Private and Public sets (json files). RSA private key could be generated using openssl like `openssl genrsa -out private-key.pem 2048`.