Swanky Encryption/Decryption in C# – CodeProject

“Using the built in crypto classes in .NET can be surprisingly complicated. You need a lot of understanding of what you are doing to get it right and how to work in a secure manner. The choice of algorithm, what cipher mode, key length, block size and understand what salt is and how to use it and also how to hash a password to a proper key are some things you need to deal with. Hopefully, this article will make your life a lot easier.

For those who are looking for a quick solution this is the basically the code you need to encrypt and decrypt data. And there is a lot of other examples in the downloadable code.”

From:

http://www.codeproject.com/Articles/789084/Swanky-encryption-decryption-in-Csharp?q=c%23+encrypt+passwords+best+way

Leave a Reply

Your email address will not be published. Required fields are marked *