Security
netcrypt.txt
Associated article: Sensitive Data & the .NET Crypto API
Tags: .NET Security
Published source code accompanying the article by David B. Scofield and Eric Bergman-Terrell in which they examine the .NET Cryptography API. Also see NETCRYPT.ZIP.
Sensitive Data & the .NET Crypto API by David B. Scofield and Eric Bergman-Terrell Listing One // Used to convert strings to byte arrays. private Encoding encoding = new UnicodeEncoding(); // Used to hash passwords and user ids into encryption keys. private HashAlgorithm ...


