proxy.golang.org : github.com/caitlinelfring/nist-password-validator
nist-password-validator will detect passwords that do not meet the following requirements: 1. Minimum of 8 characters 1. Maximum of 64 characters 1. Only contain ASCII characters 1. Not be a common password based on a supplied common password file The program will take a list of newline-delimited passwords from STDIN. It will check each of these passwords against the above criteria and output any passwords that fail to meet the criteria along with the failure reason. A filename which contains the list of newline-delimited common passwords should be supplied as the first parameter of the program. Based on https://gist.github.com/buckhx/45a54e75f7a9484ca9d69f699b929eca
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/caitlinelfring/nist-password-validator
License: MIT
Latest release: about 6 years ago
First release: about 6 years ago
Namespace: github.com/caitlinelfring
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago