PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Password Strength Check   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Password Strength Check
Check the strength of a new password that changed
Author: By
Last change:
Date: 3 years ago
Size: 1,129 bytes
 

Contents

Class file image Download
{ "name": "paragonie/passwdqc", "description": "Password/passphrase strength checking and enforcement", "keywords": [ "passwdqc", "password strength", "passphrase strength", "passwords", "passphrases", "security" ], "license": "0BSD", "type": "library", "authors": [ { "name": "Solar Designer", "email": "solar@openwall.com", "homepage": "http://www.openwall.com", "role": "Original Developer" }, { "name": "Paragon Initiative Enterprises, LLC", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Developer (PHP Port)" } ], "support": { "email": "security@paragonie.com", "issues": "https://github.com/paragonie/passwdqc/issues", "source": "https://github.com/paragonie/passwdqc" }, "homepage": "http://www.openwall.com/passwdqc/", "require": { "php": "^7", "paragonie/constant_time_encoding": "^2" }, "require-dev": { "phpunit/phpunit": "^5|^6|^7", "vimeo/psalm": "^3" }, "autoload": { "psr-4": { "ParagonIE\\Passwdqc\\": "src/" } } }