Browse Source

Alphabetize security

pull/524/merge
Jose Diaz-Gonzalez 9 years ago
parent
commit
76b6a8b18e
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      README.md

+ 10
- 10
README.md View File

311
 ## Security
311
 ## Security
312
 *Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
312
 *Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
313
 
313
 
314
+* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
314
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
315
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
315
-* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
316
-* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](https://www.random.org/).
317
-* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
318
-* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
319
-* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
316
+* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
317
+* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
318
+* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
320
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
319
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
321
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
320
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
322
-* [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
321
+* [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
322
+* [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
323
+* [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
323
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
324
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
324
-* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
325
+* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
326
+* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](https://www.random.org/).
325
 * [VAddy](http://vaddy.net) - A continuous security testing platform for web applications.
327
 * [VAddy](http://vaddy.net) - A continuous security testing platform for web applications.
326
-* [Optimus](https://github.com/jenssegers/optimus) - Id obfuscation based on Knuth's multiplicative hashing method.
327
-* [Halite](https://paragonie.com/project/halite) - A simple library for encryption using [libsodium](https://github.com/jedisct1/libsodium).
328
-* [PHP Encryption](https://github.com/defuse/php-encryption) - Secure PHP Encryption Library.
328
+* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
329
 
329
 
330
 ## Passwords
330
 ## Passwords
331
 *Libraries and tools for working with and storing passwords.*
331
 *Libraries and tools for working with and storing passwords.*

Loading…
Cancel
Save