From 17c56624ec4cbce4961d31dd63ac1c10cb0e03e1 Mon Sep 17 00:00:00 2001 From: Woody Gilk Date: Sun, 13 Mar 2016 21:36:51 -0500 Subject: [PATCH] Add Halite to security list Provides industry standard encryption using modern cryptography standards. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba72771..ecae9a4 100644 --- a/README.md +++ b/README.md @@ -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.*