Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezimuel/php-encrypt-example

Example of cryptography in PHP with ZF2
https://github.com/ezimuel/php-encrypt-example

Last synced: about 1 month ago
JSON representation

Example of cryptography in PHP with ZF2

Awesome Lists containing this project

README

        

PHP-encrypt-example
===================

Examples of usage the cryptography features of Zend Framework 2.

Installation
------------

You can install this component using [composer](http://getcomposer.org/) with following commands:

```ssh
curl -s https://getcomposer.org/installer | php
php composer.phar install
```

Examples
--------

This repository contains the following examples:

- *encrypt.php*, encrypt/decrypt a file using Zend\Filter and Zend\Crypt\BlockCipher