OpenPasswordFilter icon indicating copy to clipboard operation
OpenPasswordFilter copied to clipboard

Add Group validation, Regex Check

Open kcdsb-csd opened this issue 7 years ago • 3 comments

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. if no groups listed then validate everyone.
  2. Validate password for regex match. See opfregex.txt file.
  3. Add support for username in OpenPasswordFilter.dll and OPFService.exe
  4. Replace List array with Hash array - faster lookup
  5. Additional Logging, some refactoring, added ZeroMemory on some buffers in DLL
  6. Change compile target to NET 4.5.2
  7. Did not update the README, but could

kcdsb-csd avatar Apr 26 '17 20:04 kcdsb-csd

Nice. I didn't see a way to piggy back on your PR, but I used it to add checks that the user's name doesn't appear in the password. Cheers!

brockrob avatar Jun 16 '17 14:06 brockrob

Good add.

Yeah there’s no real ‘settings’ for this tool. That would probably be a helpful next step. Then someone can choose to enable/disable the various features.

Besides, hoping that original owner will pull these various changes into the master.

From: Robert Brock [mailto:[email protected]] Sent: June 16, 2017 9:34 AM To: jephthai/OpenPasswordFilter [email protected] Cc: Craig Debbo [email protected]; Author [email protected] Subject: Re: [jephthai/OpenPasswordFilter] Add Group validation, Regex Check (#10)

Nice. I didn't see a way to piggy back on your PR, but I used it to add checks that the user's name doesn't appear in the password. Cheers!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/jephthai/OpenPasswordFilter/pull/10#issuecomment-309042229, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AFbIs6VB6iT3U96xDA1wSGHES-Y8ux3Dks5sEpJYgaJpZM4NJZqX.

This e-mail is confidential and intended only for the use of the recipient to whom it is addressed. If you have received this e-mail by mistake, please let me know by e-mail reply and delete it from your system.

kcdsb-csd avatar Jun 16 '17 15:06 kcdsb-csd

I certainly plan to. I'm just now coming off of a long travel schedule, but should be able to catch up soon.

On Jun 16, 2017 8:58 AM, "Craig Debbo" [email protected] wrote:

Good add.

Yeah there’s no real ‘settings’ for this tool. That would probably be a helpful next step. Then someone can choose to enable/disable the various features.

Besides, hoping that original owner will pull these various changes into the master.

From: Robert Brock [mailto:[email protected]] Sent: June 16, 2017 9:34 AM To: jephthai/OpenPasswordFilter [email protected] Cc: Craig Debbo [email protected]; Author [email protected] Subject: Re: [jephthai/OpenPasswordFilter] Add Group validation, Regex Check (#10)

Nice. I didn't see a way to piggy back on your PR, but I used it to add checks that the user's name doesn't appear in the password. Cheers!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/ jephthai/OpenPasswordFilter/pull/10#issuecomment-309042229>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ AFbIs6VB6iT3U96xDA1wSGHES-Y8ux3Dks5sEpJYgaJpZM4NJZqX>.

This e-mail is confidential and intended only for the use of the recipient to whom it is addressed. If you have received this e-mail by mistake, please let me know by e-mail reply and delete it from your system.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jephthai/OpenPasswordFilter/pull/10#issuecomment-309064744, or mute the thread https://github.com/notifications/unsubscribe-auth/AEYlQV1zwYfUYXrtSpdAUKMAhtWMcpd4ks5sEqY7gaJpZM4NJZqX .

jephthai avatar Jun 16 '17 17:06 jephthai