Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ezimuel/php-encrypt-example
- Owner: ezimuel
- Created: 2013-10-11T03:49:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T17:16:52.000Z (over 10 years ago)
- Last Synced: 2023-04-10T13:07:06.507Z (over 1 year ago)
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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