PreviousNext

Hashing and Salting Passwords in C#

by dnwuSJ_PgJfAI, 2020-09-17T10:27:46.724Z

Are we at the point now where the golden rule of ‘not storing passwords in plain-text’ should be a given? I would hope so, but that doesn’t change the fact that there are many ways to disguise sensitive data being saved to databases, so I thought I’d give a basic example of how it can be done in C#.

Read More