Passfilt.dll

  • Thread starter Thread starter Nir B
  • Start date Start date
N

Nir B

Hi All,

I need to write customized Passfilt.dll that will enforce the company
password policy.

One of the rules say that password should: "Contain no more than three
identical consecutive characters in any position from the previous password"

How can get the user previous password in order to check this rule?

Thanks In Advanced :-)

Nir
 
You would have to store it yourself somewhere which is EXTREMELY dangerous. The
old clear text passwords are not available to you.

You might possibly look into products that are already made for this type of
stuff like MTEC's PSYNCH.

joe
 
10X :-)


Joe Richards said:
You would have to store it yourself somewhere which is EXTREMELY dangerous. The
old clear text passwords are not available to you.

You might possibly look into products that are already made for this type of
stuff like MTEC's PSYNCH.

joe
 
Back
Top