Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezimuel/dpc2014
Dutch PHP Conference 2014 example code from my talk
https://github.com/ezimuel/dpc2014
Last synced: about 1 month ago
JSON representation
Dutch PHP Conference 2014 example code from my talk
- Host: GitHub
- URL: https://github.com/ezimuel/dpc2014
- Owner: ezimuel
- Created: 2014-06-26T20:47:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-30T15:26:01.000Z (over 10 years ago)
- Last Synced: 2023-04-10T13:07:05.449Z (over 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dpc2014
=======[Dutch PHP Conference 2014](http://www.phpconference.nl) example code presented during the talk ["Encryption, authentication and data integrity in PHP"](https://joind.in/10877) of Enrico Zimuel.
Requirements
------------You need PHP >= 5.5 because I used the [hash_pbkdf2](http://www.php.net/manual/en/function.hash-pbkdf2.php) function that is available only from 5.5.