PreviousNext

Hashing, Encryption and Random in ASP.NET Core

by bill-s, 2017-06-30T01:59:49.000Z

This post look at hashing, encryption and random string generation in ASP.NET Core. We examine a few different approaches and explain why some common techniques should be avoided in modern applications.

Read More