PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Easy PHP RSA Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP RSA Library
RSA data encryption and decryption using phpseclib
Author: By
Last change:
Date: 3 years ago
Size: 937 bytes
 

Contents

Class file image Download
{ "name": "paragonie/easyrsa", "description": "Simple and secure asymmetric encryption powered by PHPSecLib", "keywords": [ "RSA", "public-key", "asymmetric", "cryptography" ], "type": "library", "license": "MIT", "autoload": { "psr-4": { "ParagonIE\\EasyRSA\\": "src" } }, "require": { "phpseclib/phpseclib": "^2.0", "defuse/php-encryption": "^2.0", "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1|^2", "sarciszewski/php-future": "^0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Libsodium offers far better cryptography than RSA can ever offer. Use libsodium instead of EasyRSA.", "paragonie/halite": "A simple and secure libsodium wrapper. Consider using Halite instead of EasyRSA." } }