mimic NT password creation

From: Bryan Ax (bax_at_kleinbuendel.com)
Date: 03/29/04


Date: 29 Mar 2004 08:36:35 -0800

Posted this several days ago, no responses. Trying again...

Anyone know of a .NET utility that can mimic NT password creation,
obeying certain complexity rules like:

1. Password can't contain any part of email address
2. Password can't contain any part of username
3. Password must have 3 of 4 (letter, number, special character, UCASE
character)

We have one written in a C++ COM Component, but want something native
to the .NET Framework (C# preferably). Hoping to avoid re-writing.

Sincerely,

Bryan