Skip to content
David Whitehead edited this page May 4, 2019 · 16 revisions

Getting Started

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;

Security Information

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.

Clone this wiki locally