Encryption Utils

Overview

Security functions to encrypt, decrypt, encrypt with a pem file (public key) and generate a randomizer string for security purposes can work in diferent scenarios and requeriments.

Key Features & Functionality

Security functions to encrypt , decrypt , encrypt with a pem file (public key) and generate a randomizer string for security purposes can work in diferent scenarios and requeriments

  • getkeyaes256base : Generate a aes key for encryption or decryption in each interaction focus for proceses and call services that need this functionality
  • getencrypttextwithkeyaes, encrypt a given text with a given key n each interaction focus for proceses and call services that need this functionality
  • getdecrypttextwithkeyaes, encrypt a given text with a given key n each interaction focus for proceses and call services that need this functionality
  • getpemtextencryptwithpemfile, with a pem file that have a public key you can encrypt a key with the public key ( specific requierement)
  • getrandompasswordgeneratorstring random string with diferente configurations use of numbers , letters , both and length
Anonymous