Merge pull request #616 from mizterp/patch-3

[security] defuse/php-encryption
This commit is contained in:
Jose Diaz-Gonzalez 2016-04-03 22:32:41 -04:00
commit c6ac70a6be
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [VAddy](http://vaddy.net) - A continuous security testing platform for web applications.
* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
## Passwords
*Libraries and tools for working with and storing passwords.*