{
"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."
}
}
|