NuGet - Common Security

Step 1:


Security.CypherPassWord = "CypherPassWord";


  • Call the static method for  Security.Encrypt() 
syntax :
      Security.Encrypt(planeText,password)

  • Call the static method for  Security.Decrypt() 
syntax :
      Security.Decrypt(planeText,password)

Comments