Pem Utils

Overview

Pem utilities to encrypt and decrypt text with a pem file using a pair rsa private and public key in pem files ( listed examples in de files).

Key Features & Functionality

  • pemEncryption: encrypt a give text with a pem file that contain a public key
  • pemDecryption:decrypt a give encrypt text with a pem file using the private key
  • public and private key need to be related
Anonymous