
Mick Sear - 2006-03-22 10:12:18 -
In reply to message 1 from Christopher Turner
Hi Chris,
The class can be configured to require whatever character limits your organisation needs. For example, your definition of a strong password is eight characters in length. The class can be configured to require that. If you require checks to be made to make sure it's not the same as previous passwords, of course, that's something you need to implement yourself.
If you need dictionary checking, etc., then either extend this class or use a different one. I don't pretend that this is the 'ultimate' password checking class, just one that suits my needs.
Feel free to extend it and publish your updates if you think that your improvements will help others.
Regards,
Mick