PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Cipher Sweet   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cipher Sweet
Encrypt data in away that can be searched
Author: By
Last change:
Date: 5 years ago
Size: 871 bytes
 

Contents

Class file image Download
{ "name": "paragonie/ciphersweet", "description": "Searchable field-level encryption library for CRM software", "keywords": [ "CRM", "cryptography", "encrypt", "encryption", "field-level encryption", "FIPS 140-2", "libsodium", "searchable encryption" ], "license": "ISC", "type": "library", "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com" } ], "autoload": { "psr-4": { "ParagonIE\\CipherSweet\\": "src/" } }, "autoload-dev": { "psr-4": { "ParagonIE\\CipherSweet\\Tests\\": "tests/" } }, "require": { "php": "^5.5|^7", "paragonie/constant_time_encoding": "^1.0.4|^2", "paragonie/sodium_compat": "^1.6" }, "require-dev": { "phpunit/phpunit": "^4|^5|^6|^7" }, "scripts": { "test": "phpunit" } }