Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 367 Bytes

Aes256CbcEncrypterApp

AES c#, asp.net encryption and decryption example, for anyone who needs a quick set up of Aes256CbcEncrypter

To get started,

  1. Enter your 16bit key in the key variable private static readonly string _key = "my super key"

  2. build the project and restore nugget packages

  3. after that you can debug to test the project,

Happy coding =)