OpenPasswordFilter
OpenPasswordFilter copied to clipboard
An open source custom password filter DLL and userspace service to better protect / control Active Directory domain passwords.
I found your project after reading about a recent upgrade to the Have I Been Pawned API by @troyhunt (https://haveibeenpwned.com/API/v2#PwnedPasswords). This update added an API call to check a password...
When the OPF service is restarted, the service will come back but the socket will not be created. The old socket itself waits 30 seconds until it is automatically closed,...
Project binaries appear to be based on the fork at: https://github.com/brockrob/OpenPasswordFilter So these don't match the current commited source code or the guidance in the readme file. If you want...
any chance the owner will pull these requests in? I'm not proficient in GIT but seems that the project is not getting updated. There are 4 outstanding pull requests. thanks
I wanted to be able to match on a substring of the password but didn't want to removing anything or change the any functionality for existing users, so I thought...
It would be great to include username-based filtering, so that a password is not allowed to contain the user's name. Microsoft's built in filter already does this. The details of...
Changes: Support for username validation and password regex validation. Specifically - 1. Validate user for group membership. If user is in group listed in opfgroups.txt then validate password, else ignore....
Part of the CMMC Practices (IA.L2-3.5.7) is to identify the number of characters to be changed when changing a password, In objective [d] they want to know how you enforce...