-
Notifications
You must be signed in to change notification settings - Fork 1
Home
David Whitehead edited this page May 4, 2019
·
16 revisions
Download the DotNetAES Nuget package or reference the release DLL file in your project.
Add the following namespace and then your ready to use the functionality in the library.
using DotNetAES.Engines;
It is highly recommended that you keep your encryption key and IV's separate.
Its also recommended that you regenerate your IVs for every call of the encryption functions.