Skip to content

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

Notifications You must be signed in to change notification settings

Augmentx-zw/Aes256CbcEncrypterApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 =)

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages