Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : passwordpredicate

Password Predicate is used for checking if a string complies with the given requirements. It is meant for checking password strings. It does not encrypt or decrypt the password and does not return a password strength. BUT IT DOES OFFER: - setting the minimum and maximum password length, - setting required upper case letter count, - setting required lower case letter count, - setting required digit count and - setting required special character count. ON TOP OF THAT IT ALSO OFFERS: - setting a list of words (strings) that must not be used in password, - finding these prohibited strings as substrings of the password, - finding these prohibited strings as subsequences of the password. - both substring and subsequence search can be turned on or off and - match prohibited string case can also be turned on or off. Password string must not be null and must not contain backslash (\).

Registry - JSON
purl: pkg:nuget/passwordpredicate
Keywords: password, check, pass, string, validate
License: MIT
Latest release: 23 days ago
First release: 23 days ago
Downloads: 0 total
Last synced: 23 days ago

    Loading...
    Readme
    Loading...