{
    "packages": [
        {
            "name": "defuse/php-encryption",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/defuse/php-encryption/v2.4.0/defuse-php-encryption-v2.4.0.zip",
                "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "paragonie/random_compat": ">= 2",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
                "yoast/phpunit-polyfills": "^2.0.0"
            },
            "time": "2023-06-19T06:10:36+00:00",
            "bin": [
                "bin/generate-defuse-key"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Defuse\\Crypto\\": "src"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Hornby",
                    "email": "taylor@defuse.ca",
                    "homepage": "https://defuse.ca/"
                },
                {
                    "name": "Scott Arciszewski",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Secure PHP Encryption Library",
            "keywords": [
                "aes",
                "authenticated encryption",
                "cipher",
                "crypto",
                "cryptography",
                "encrypt",
                "encryption",
                "openssl",
                "security",
                "symmetric key cryptography"
            ],
            "support": {
                "issues": "https://github.com/defuse/php-encryption/issues",
                "source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
            },
            "install-path": "../defuse/php-encryption"
        },
        {
            "name": "genkgo/php-asn1",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/genkgo/php-asn1/v2.5.0/genkgo-php-asn1-v2.5.0.zip",
                "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "~2.0",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "suggest": {
                "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
                "ext-curl": "For loading OID information from the web if they have not bee defined statically",
                "ext-gmp": "GMP is the preferred extension for big integer calculations",
                "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
            },
            "time": "2022-12-19T11:08:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FG\\": "lib/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Friedrich Große",
                    "email": "friedrich.grosse@gmail.com",
                    "homepage": "https://github.com/FGrosse",
                    "role": "Author"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
                }
            ],
            "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
            "homepage": "https://github.com/FGrosse/PHPASN1",
            "keywords": [
                "DER",
                "asn.1",
                "asn1",
                "ber",
                "binary",
                "decoding",
                "encoding",
                "x.509",
                "x.690",
                "x509",
                "x690"
            ],
            "support": {
                "issues": "https://github.com/genkgo/php-asn1/issues",
                "source": "https://github.com/genkgo/php-asn1/tree/v2.5.0"
            },
            "install-path": "../genkgo/php-asn1"
        },
        {
            "name": "paragonie/constant_time_encoding",
            "version": "v2.7.0",
            "version_normalized": "2.7.0.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/constant_time_encoding/v2.7.0/paragonie-constant_time_encoding-v2.7.0.zip",
                "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "time": "2024-05-08T12:18:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\ConstantTime\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https://www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                "source": "https://github.com/paragonie/constant_time_encoding"
            },
            "install-path": "../paragonie/constant_time_encoding"
        },
        {
            "name": "paragonie/easy-ecc",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/easy-ecc/v1.2.0/paragonie-easy-ecc-v1.2.0.zip",
                "reference": "0af6405f5c7ce9c98594783a5c3aaf4ffb674bee",
                "shasum": ""
            },
            "require": {
                "defuse/php-encryption": "^2.4",
                "ext-gmp": "*",
                "paragonie/constant_time_encoding": "^2.7|^3",
                "paragonie/ecc": "^2.3",
                "paragonie/sodium_compat": "^1|^2",
                "php": "^7.1|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^7|^8|^9",
                "vimeo/psalm": "^1|^3|^4|^5"
            },
            "time": "2024-09-03T23:43:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "autoload-shim.php"
                ],
                "psr-4": {
                    "ParagonIE\\EasyECC\\": "./src"
                }
            },
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "Development Team"
                }
            ],
            "description": "Usabiliy Wrapper for mdanter/ecc",
            "support": {
                "email": "security@paragonie.com",
                "issues": "https://github.com/paragonie/ionizer/issues",
                "source": "https://github.com/paragonie/ionizer"
            },
            "install-path": "../paragonie/easy-ecc"
        },
        {
            "name": "paragonie/ecc",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/ecc/v2.4.0/paragonie-ecc-v2.4.0.zip",
                "reference": "fdba22a506492eb6e5fe38c501c0df61eaf0b54c",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "genkgo/php-asn1": "^2",
                "paragonie/sodium_compat": "^1|^2",
                "php": "^7.1||^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "phpunit/phpunit": "^6|^7|^8|^9",
                "squizlabs/php_codesniffer": "^2|^3",
                "symfony/yaml": "^2.6|^3.0|^4",
                "vimeo/psalm": "^2|^3|^4|^5"
            },
            "suggest": {
                "ext-openssl": "(PHP 8.1, OpenSSL 3+) Improved performance, less worries about side-channels"
            },
            "time": "2025-01-21T17:53:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mdanter\\Ecc\\": "src/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "New Maintainer"
                },
                {
                    "name": "Matyas Danter",
                    "homepage": "http://matejdanter.com/",
                    "role": "Previous Author"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io",
                    "homepage": "http://aztech.io",
                    "role": "Previous Maintainer"
                },
                {
                    "name": "Thomas Kerin",
                    "email": "afk11@users.noreply.github.com",
                    "role": "Previous Maintainer"
                }
            ],
            "description": "PHP Elliptic Curve Cryptography library",
            "homepage": "https://github.com/phpecc/phpecc",
            "keywords": [
                "Diffie",
                "ECDSA",
                "Hellman",
                "curve",
                "ecdh",
                "elliptic",
                "nistp192",
                "nistp224",
                "nistp256",
                "nistp384",
                "nistp521",
                "phpecc",
                "secp256k1",
                "secp256r1"
            ],
            "support": {
                "issues": "https://github.com/paragonie/phpecc/issues",
                "source": "https://github.com/paragonie/phpecc/tree/v2.4.0"
            },
            "install-path": "../paragonie/ecc"
        },
        {
            "name": "paragonie/hidden-string",
            "version": "v2.2.0",
            "version_normalized": "2.2.0.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/hidden-string/v2.2.0/paragonie-hidden-string-v2.2.0.zip",
                "reference": "87886ab8ed7abb61c8bcf8d67cd3d3527feedbf7",
                "shasum": ""
            },
            "require": {
                "paragonie/constant_time_encoding": "^2|^3",
                "php": "^7.4|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.5",
                "vimeo/psalm": "^4"
            },
            "time": "2024-05-08T12:45:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\HiddenString\\": "./src"
                }
            },
            "license": [
                "MPL-2.0"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "info@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "Encapsulate strings in an object to hide them from stack traces",
            "homepage": "https://github.com/paragonie/hidden-string",
            "keywords": [
                "hidden",
                "stack trace",
                "string"
            ],
            "support": {
                "issues": "https://github.com/paragonie/hidden-string/issues",
                "source": "https://github.com/paragonie/hidden-string/tree/v2.2.0"
            },
            "install-path": "../paragonie/hidden-string"
        },
        {
            "name": "paragonie/paserk",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/paserk/v1.1.0/paragonie-paserk-v1.1.0.zip",
                "reference": "3cf1d9b9e42ae24ca67b438d56e779ab195c4707",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "ext-json": "*",
                "ext-openssl": "*",
                "paragonie/easy-ecc": "^1",
                "paragonie/hidden-string": "^1|^2",
                "paragonie/paseto": ">=2.2 <3",
                "php": "^7.1|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^7|^8|^9",
                "vimeo/psalm": "^4"
            },
            "time": "2022-10-11T07:30:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\Paserk\\": "src/"
                }
            },
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com"
                }
            ],
            "description": "PHP implementation of PASERK (Platform Agnostic SERialized Keys), a PASETO extension.",
            "support": {
                "issues": "https://github.com/paragonie/paserk-php/issues",
                "source": "https://github.com/paragonie/paserk-php/tree/v1.1.0"
            },
            "install-path": "../paragonie/paserk"
        },
        {
            "name": "paragonie/paseto",
            "version": "v2.4.4",
            "version_normalized": "2.4.4.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/paseto/v2.4.4/paragonie-paseto-v2.4.4.zip",
                "reference": "b13137e23a8c6ba07c16cb81aececd45c7fe87dc",
                "shasum": ""
            },
            "require": {
                "ext-gmp": "*",
                "ext-json": "*",
                "ext-openssl": "*",
                "paragonie/constant_time_encoding": "^2",
                "paragonie/easy-ecc": "^1.1",
                "paragonie/sodium_compat": "^1.16",
                "php": "^7.1|^8",
                "phpseclib/phpseclib": "^2"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^4"
            },
            "time": "2024-04-28T09:05:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\Paseto\\": "src/"
                }
            },
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com"
                }
            ],
            "description": "Platform-Agnostic Security Tokens",
            "support": {
                "issues": "https://github.com/paragonie/paseto/issues",
                "source": "https://github.com/paragonie/paseto/tree/v2.4.4"
            },
            "install-path": "../paragonie/paseto"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/random_compat/v9.99.100/paragonie-random_compat-v9.99.100.zip",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "paragonie/sodium_compat",
            "version": "v1.21.1",
            "version_normalized": "1.21.1.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/paragonie/sodium_compat/v1.21.1/paragonie-sodium_compat-v1.21.1.zip",
                "reference": "bb312875dcdd20680419564fe42ba1d9564b9e37",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": ">=1",
                "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
            },
            "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."
            },
            "time": "2024-04-22T22:05:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "autoload.php"
                ]
            },
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com"
                },
                {
                    "name": "Frank Denis",
                    "email": "jedisct1@pureftpd.org"
                }
            ],
            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
            "keywords": [
                "Authentication",
                "BLAKE2b",
                "ChaCha20",
                "ChaCha20-Poly1305",
                "Chapoly",
                "Curve25519",
                "Ed25519",
                "EdDSA",
                "Edwards-curve Digital Signature Algorithm",
                "Elliptic Curve Diffie-Hellman",
                "Poly1305",
                "Pure-PHP cryptography",
                "RFC 7748",
                "RFC 8032",
                "Salpoly",
                "Salsa20",
                "X25519",
                "XChaCha20-Poly1305",
                "XSalsa20-Poly1305",
                "Xchacha20",
                "Xsalsa20",
                "aead",
                "cryptography",
                "ecdh",
                "elliptic curve",
                "elliptic curve cryptography",
                "encryption",
                "libsodium",
                "php",
                "public-key cryptography",
                "secret-key cryptography",
                "side-channel resistant"
            ],
            "support": {
                "issues": "https://github.com/paragonie/sodium_compat/issues",
                "source": "https://github.com/paragonie/sodium_compat/tree/v1.21.1"
            },
            "install-path": "../paragonie/sodium_compat"
        },
        {
            "name": "phpseclib/phpseclib",
            "version": "2.0.48",
            "version_normalized": "2.0.48.0",
            "dist": {
                "type": "zip",
                "url": "https://repo.cdek.ru/repository/php-public/phpseclib/phpseclib/2.0.48/phpseclib-phpseclib-2.0.48.zip",
                "reference": "eaa7be704b8b93a6913b69eb7f645a59d7731b61",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phing/phing": "~2.7",
                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "suggest": {
                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
                "ext-xml": "Install the XML extension to load XML formatted public keys."
            },
            "time": "2024-12-14T21:03:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "phpseclib/bootstrap.php"
                ],
                "psr-4": {
                    "phpseclib\\": "phpseclib/"
                }
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jim Wigginton",
                    "email": "terrafrost@php.net",
                    "role": "Lead Developer"
                },
                {
                    "name": "Patrick Monnerat",
                    "email": "pm@datasphere.ch",
                    "role": "Developer"
                },
                {
                    "name": "Andreas Fischer",
                    "email": "bantu@phpbb.com",
                    "role": "Developer"
                },
                {
                    "name": "Hans-Jürgen Petrich",
                    "email": "petrich@tronic-media.com",
                    "role": "Developer"
                },
                {
                    "name": "Graham Campbell",
                    "email": "graham@alt-three.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
            "homepage": "http://phpseclib.sourceforge.net",
            "keywords": [
                "BigInteger",
                "aes",
                "asn.1",
                "asn1",
                "blowfish",
                "crypto",
                "cryptography",
                "encryption",
                "rsa",
                "security",
                "sftp",
                "signature",
                "signing",
                "ssh",
                "twofish",
                "x.509",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/phpseclib/phpseclib/issues",
                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.48"
            },
            "funding": [
                {
                    "url": "https://github.com/terrafrost",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/phpseclib",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpseclib/phpseclib"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
