Merge pull request #599 from shadowhand/patch-3

Add Halite to security list
This commit is contained in:
Jad Bitar 2016-03-20 21:09:42 -04:00
commit 78501219be
1 changed files with 1 additions and 0 deletions

View File

@ -320,6 +320,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
* [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).
## Passwords
*Libraries and tools for working with and storing passwords.*