PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Argon2 Refiner   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Argon2 Refiner
Benchmark Argon2id hashing to recommend parameters
Author: By
Last change:
Date: 4 years ago
Size: 837 bytes
 

Contents

Class file image Download
{ "name": "paragonie/argon2-refiner", "description": "Calculate the appropriate Argon2id parameters for the local hardware environment.", "license": "ISC", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" } ], "autoload": { "psr-4": { "ParagonIE\\Argon2Refiner\\": "src/" } }, "autoload-dev": { "psr-4": { "ParagonIE\\Argon2Refiner\\Tests\\": "tests/" } }, "bin": [ "bin/benchmark" ], "scripts": { "post-autoload-dump": ["chmod +x bin/benchmark"], "run-benchmarks": ["bin/benchmark"] }, "require": { "php": ">=7.3" }, "require-dev": { "phpunit/phpunit": "^8", "vimeo/psalm": "^3" } }