A simple test repository to test out AES encryption in C# (ported and modified from a Java implementation by NTTData)
Go to file
2023-09-20 12:51:05 +01:00
.gitattributes Add .gitattributes, .gitignore, and LICENSE.txt. 2023-09-20 12:51:02 +01:00
.gitignore Add .gitattributes, .gitignore, and LICENSE.txt. 2023-09-20 12:51:02 +01:00
EncryptionTest.csproj Add project files. 2023-09-20 12:51:05 +01:00
EncryptionTest.sln Add project files. 2023-09-20 12:51:05 +01:00
LICENSE.txt Add .gitattributes, .gitignore, and LICENSE.txt. 2023-09-20 12:51:02 +01:00
Program.cs Add project files. 2023-09-20 12:51:05 +01:00