Simple and easy to use tools for storing values while efficiently keeping them encrypted in the memory. 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.
$ dotnet add package VarEncNo README available.