AES c#, asp.net encryption and decryption example, for anyone who needs a quick set up of Aes256CbcEncrypter
To get started,
-
Enter your 16bit key in the key variable private static readonly string _key = "my super key"
-
build the project and restore nugget packages
-
after that you can debug to test the project,
Happy coding =)