NuGet - Common Security
Step 1: Get the NuGet package https://www.nuget.org/packages/Common.Security/ Set the property with a string Security.CypherPassWord 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)