Pristine upstream, unpacked from the official wordpress.org tarball. https://wordpress.org/wordpress-7.1.1.tar.gz sha1 2a9d68474e8703aa3a66f80427b325e0941b6a1e (published by wordpress.org) sha256 3996fee13448ef12e07e9f0c77db2f655ffa1b7cde71c80a4965d3bf1fb956b3 This branch carries nothing but upstream releases, one commit each, and is never edited. It is the other side of the git-subtree merge that brings security releases into SiriusPress/wordpress/ — see SiriusPress/docs/upstream-merges.md.
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "paragonie/sodium_compat",
|
|
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
|
|
"keywords": [
|
|
"PHP",
|
|
"cryptography",
|
|
"elliptic curve",
|
|
"elliptic curve cryptography",
|
|
"Pure-PHP cryptography",
|
|
"side-channel resistant",
|
|
"Curve25519",
|
|
"X25519",
|
|
"ECDH",
|
|
"Elliptic Curve Diffie-Hellman",
|
|
"Ed25519",
|
|
"RFC 7748",
|
|
"RFC 8032",
|
|
"EdDSA",
|
|
"Edwards-curve Digital Signature Algorithm",
|
|
"ChaCha20",
|
|
"Salsa20",
|
|
"Xchacha20",
|
|
"Xsalsa20",
|
|
"Poly1305",
|
|
"BLAKE2b",
|
|
"public-key cryptography",
|
|
"secret-key cryptography",
|
|
"AEAD",
|
|
"Chapoly",
|
|
"Salpoly",
|
|
"ChaCha20-Poly1305",
|
|
"XSalsa20-Poly1305",
|
|
"XChaCha20-Poly1305",
|
|
"encryption",
|
|
"authentication",
|
|
"libsodium"
|
|
],
|
|
"license": "ISC",
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com"
|
|
},
|
|
{
|
|
"name": "Frank Denis",
|
|
"email": "jedisct1@pureftpd.org"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": ["autoload.php"]
|
|
},
|
|
"require": {
|
|
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8",
|
|
"paragonie/random_compat": ">=1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
|
|
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
|
}
|
|
}
|