PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Halite   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Halite
Perform cryptography operations with libsodium
Author: By
Last change: Switch passwords and key derivation to crypto_pwhash() (Argon2i)
Date: 8 years ago
Size: 476 bytes
 

Contents

Class file image Download
{ "name": "paragonie/halite", "description": "High-level cryptography interface powered by libsodium", "type": "library", "require": { "php": "^7.0.0", "ext-libsodium": "^1.0.3" }, "autoload": { "psr-4": { "ParagonIE\\Halite\\": "src" } }, "license": "GPL3", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "info@paragonie.com" } ] }