PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alex Lushpai   Scyth   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Scyth
Encrypt data with PBKDF2 and Ceasar in pure PHP
Author: By
Last change: Update of composer.json
Date: 14 days ago
Size: 647 bytes
 

Contents

Class file image Download
{ "name": "gwinn/scyth", "description": "System tools for symfony2 based projects", "keywords": ["symfony tools", "system", "security"], "type": "symfony-bundle", "license": "MIT", "authors": [ { "name": "Alex Lushpai", "homepage": "http://gwinn.ru", "email": "[email protected]" } ], "support": { "email": "[email protected]" }, "require": { "php": ">=5.3.3" }, "autoload": { "psr-0": { "": "src/"} }, "minimum-stability": "dev", "config": { "bin-dir": "bin", "process-timeout": 600 } }