PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vladimir Zurita   Cifrador   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cifrador
Encrypt and decrypt data with mcrypt
Author: By
Last change:
Date: 9 years ago
Size: 284 bytes
 

Contents

Class file image Download
{ "name": "vladzur/cifrador", "description": "Encrypt and decrypt strings using AES", "minimum-stability": "stable", "license": "GPL", "authors": [ { "name": "Vladimir Zurita", "email": "vladzur@gmail.com" } ], "require": { "PHP": ">=5.3.0" } }