| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "d3a0616eac3504926dab23a8cf74cb48",
- "packages": [
- {
- "name": "evit/php-gm-crypto",
- "version": "1.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/Endy-c/php-gm-crypto.git",
- "reference": "186e03ce9bb13932ce0d91396e11c67b59bce78a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Endy-c/php-gm-crypto/zipball/186e03ce9bb13932ce0d91396e11c67b59bce78a",
- "reference": "186e03ce9bb13932ce0d91396e11c67b59bce78a",
- "shasum": ""
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Evit\\PhpGmCrypto\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Endy",
- "email": "endy@evit.net.cn"
- }
- ],
- "description": "Fully compatible with the sm4-cbc and sm4-ecb state secret SM algorithms of openssl. When openssl >= 1.1.1 supports the state secret algorithm, directly call openssl for SM4 encryption and decryption, otherwise call the custom algorithm.",
- "support": {
- "issues": "https://github.com/Endy-c/php-gm-crypto/issues",
- "source": "https://github.com/Endy-c/php-gm-crypto/tree/1.0.4"
- },
- "time": "2023-06-02T03:13:44+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "2.0.0"
- }
|