OpenPasswordFilter | open source custom password filter DLL | Identity Management library

 by   jephthai C# Version: Current License: GPL-2.0

kandi X-RAY | OpenPasswordFilter Summary

kandi X-RAY | OpenPasswordFilter Summary

OpenPasswordFilter is a C# library typically used in Security, Identity Management applications. OpenPasswordFilter has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

OpenPasswordFilter is an open source custom password filter DLL and userspace service to better protect / control Active Directory domain passwords. The genesis of this idea comes from conducting many penetration tests where organizations have users who choose common passwords and the ultimate difficulty of controlling this behavior. The fact is that any domain of size will have some user who chose Password1 or Summer2015 or Company123 as their password. Any intruder or low-privilege user who can guess or obtain usernames for the domain can easily run through these very common passwords and start expanding the level of access in the domain. Microsoft provides a wonderful feature in Active Directory, which is the ability to create a custom password filter DLL. This DLL is loaded by LSASS on boot (if configured), and will be queried for each new password users attempt to set. The DLL simply replies with a TRUE or FALSE, as appropriate, to indicate that the password passes or fails the test. There are some commercial options, but they are usually in the "call for pricing" category, and that makes it a little prohibitive for some organizations to implement truly effective preventive controls for this class of very common bad passwords. This is where OpenPasswordFilter comes in -- an open source solution to add basic dictionary-based rejection of common passwords.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              OpenPasswordFilter has a low active ecosystem.
              It has 296 star(s) with 92 fork(s). There are 30 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 20 open issues and 6 have been closed. On average issues are closed in 33 days. There are 4 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of OpenPasswordFilter is current.

            kandi-Quality Quality

              OpenPasswordFilter has 0 bugs and 0 code smells.

            kandi-Security Security

              OpenPasswordFilter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              OpenPasswordFilter code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              OpenPasswordFilter is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              OpenPasswordFilter releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OpenPasswordFilter
            Get all kandi verified functions for this library.

            OpenPasswordFilter Key Features

            No Key Features are available at this moment for OpenPasswordFilter.

            OpenPasswordFilter Examples and Code Snippets

            No Code Snippets are available at this moment for OpenPasswordFilter.

            Community Discussions

            Trending Discussions on OpenPasswordFilter

            QUESTION

            Search for character in UNICODE_STRING
            Asked 2019-Jul-09 at 18:56

            There is a UNICODE_STRING and I want to check if there is a defined character in it (better: $ at the end).

            We are using the OpenPasswordFilter and want to check if the submitted account is a user or a computer. If it is a computer, which is defined by a '$' at the end, the checks schould be omitted.

            ...

            ANSWER

            Answered 2019-Jul-09 at 18:42

            Something like this will probably work: Just remember that the Length of PUNICODE_STRING is the number of bytes and not of "characters"

            Source https://stackoverflow.com/questions/56951342

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install OpenPasswordFilter

            You can download a precompiled 64-bit version of OPF from the following link:.
            Copy OpenPasswordFilter.dll to %WINDIR%\System32
            Configure the HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Notification Packages registry key with the DLL name

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/jephthai/OpenPasswordFilter.git

          • CLI

            gh repo clone jephthai/OpenPasswordFilter

          • sshUrl

            git@github.com:jephthai/OpenPasswordFilter.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Identity Management Libraries

            vault

            by hashicorp

            k9s

            by derailed

            keepassxc

            by keepassxreboot

            keycloak

            by keycloak

            uuid

            by uuidjs

            Try Top Libraries by jephthai

            tlsmitm

            by jephthaiJavaScript

            dataknife

            by jephthaiRuby

            fdmon

            by jephthaiRuby

            reformer

            by jephthaiRuby

            EvilSketchForth

            by jephthaiC