{
  "name": "virgil/crypto",
  "description": "Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. See below for currently available languages and platforms. Get in touch with us to get preview access to our key infrastructure.",
  "type": "standalone",
  "keywords": [
    "Virgil",
    "Encryption",
    "Decryption",
    "Security",
    "Authentication",
    "Verification",
    "Cryptography",
    "Elliptic",
    "Cross",
    "Platform",
    "Cross",
    "Passwordless",
    "ECIES",
    "Virgil.Keys",
    "Virgil.Pass",
    "End-to-End",
    "Perfect Forward Secrecy",
    "PFS"
  ],
  "homepage": "http://virgilsecurity.com",
  "license": "BSD-3-Clause",
  "authors": [
    {
      "name": "Virgil Security, Inc",
      "email": "support@virgilsecurity.com",
      "homepage": "https://virgilsecurity.com/"
    }
  ],
  "require": {
    "php": ">=5.6",
    "virgil/crypto-api": "^5.0",
    "ext-virgil_crypto_php": "*"
  },
  "require-dev": {
    "phpunit/phpunit": ">=5.6"
  },
  "provide": {
    "virgil/crypto-api-implementation": "v5"
  },
  "autoload": {
    "files": [
      "virgil_crypto_php.php"
    ],
    "psr-4": {
      "Virgil\\CryptoImpl\\": "Virgil/CryptoImpl/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Virgil\\Tests\\": "tests/src/",
      "Virgil\\Samples\\": "samples/"
    }
  }
}
