Wednesday, August 10, 2005 1:35 PM
by
rjdudley
A Simple Passphrase Generator - Latest ASP Alliance Article Published
My latest ASP Alliance article has been published: A Simple Passphrase Generator
Passphrases have been receiving more and more attention as part of a strong security policy. When building secure web-based applications, assigning random passphrases to new user accounts can be a bit of a challenge. In this article, we'll build a simple passphrase generator that can be used as part of a web application to set or reset user passphrases.
The sample project is in VB.NET / VS 2003.