PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP RSA Encryption   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RSA Encryption
Generate RSA keys and encrypt data using OpenSSL
Author: By
Last change: Update composer.json
Date: 1 year ago
Size: 806 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/rsacrypt", "description": "Data encryption using public and private keys.", "type": "library", "keywords": ["crypt", "data", "public", "private", "openssl"], "version": "1.1.0", "license": "BSD-3-Clause", "homepage": "http://www.slobel.ru/", "authors": [ { "name": "Dmitry Mamontov", "email": "hello@slobel.ru", "role": "lead" } ], "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "4.6.*" }, "support": { "email": "support@slobel.ru" }, "autoload": { "files": ["src/RsaCrypt.php"] }, "extra": { "branch-alias": { "dev-master": "1.0.0.x-dev" } } }