Re: mimic NT password creation
From: Hernan de Lahitte (hernan_at_lagash.com)
Date: 03/29/04
- Next message: Joe Fallon: "VS.Net 2003 on Windows Server 2003"
- Previous message: Hari: "HttpWebRequest not finding SSL client certs in the 'Local Computer' store"
- In reply to: Bryan Ax: "mimic NT password creation"
- Next in thread: Alek Davis: "Re: mimic NT password creation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Mar 2004 17:01:56 -0300
I don't know any "native".NET utility like the one you ask for but here are
some examples that might do the work or put you on the right direction.
http://www.codeproject.com/csharp/PasswordDialog.asp
http://www.codeproject.com/dotnet/Strong_Passwords.asp
Good strong passwords advices: http://www.smat.us/sanity/
-- Hernan de Lahitte Lagash Systems S.A. http://weblogs.asp.net/hernandl Shadowfax Dev Team This posting is provided "AS IS" with no warranties, and confers no rights. "Bryan Ax" <bax@kleinbuendel.com> wrote in message news:7aa793c0.0403290836.361f8133@posting.google.com... > 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
- Next message: Joe Fallon: "VS.Net 2003 on Windows Server 2003"
- Previous message: Hari: "HttpWebRequest not finding SSL client certs in the 'Local Computer' store"
- In reply to: Bryan Ax: "mimic NT password creation"
- Next in thread: Alek Davis: "Re: mimic NT password creation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|