Info
| Version: | 3.0.0 | 
| Author(s): | Sivaprasad | 
| Last Update: | Tuesday, December 20, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://srsivaprasad.blogspot.com/2017/05/nuget-common-security.html | 
| NuGet Url: | https://www.nuget.org/packages/Common.Security | 
Install
Install-Package Common.Security
                        dotnet add package Common.Security
                        paket add Common.Security
                        
                                Common.Security Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Security.CypherPassWord = "CypherPassWord";
Just call the methode for Encrypt
Security.Encrypt(Text,password)
Just call the methode for Decrypt
Security.Decrypt(Text,password).