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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top