Info
| Version: | 1.2.0 | 
| Author(s): | Josepe | 
| Last Update: | Monday, December 19, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/VarEnc | 
Install
Install-Package VarEnc
                        dotnet add package VarEnc
                        paket add VarEnc
                        
                                VarEnc Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
                
The package conatins an alternative encrypted version for each variable type in CSharp.
Code the same as before, just change from 'int' to 'EncInt' and the encryption will happen in the background.
You can also combine and/or compare an EncType with its normal type and vice versa.
They will work the same as their normal type, and every EncType has every method its normal version has.