PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Password Lock   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Password Lock
Hash and encrypt passwords with Bcrypt and SHA2
Author: By
Last change:
Date: 4 years ago
Size: 1,065 bytes
 

Contents

Class file image Download
{ "name": "paragonie/password_lock", "description": "Wraps Bcrypt-SHA2 in Authenticated Encryption", "keywords": [ "password", "hash", "encryption", "hashing" ], "license": "MIT", "type": "library", "authors": [ { "name": "Scott Arciszewski", "email": "scott@paragonie.com", "homepage": "https://paragonie.com", "role": "Developer" } ], "support": { "issues": "https://github.com/paragonie/password_lock/issues", "email": "info@paragonie.com", "source": "https://github.com/paragonie/password_lock" }, "autoload": { "files": [ "src/PasswordLock.php" ] }, "require": { "php": "^7", "defuse/php-encryption": "^2", "paragonie/constant_time_encoding": "^2" }, "require-dev": { "phpunit/phpunit": "^6", "vimeo/psalm": "^0|^1" } }