ソースを参照

Alphabetize security

pull/524/merge
Jose Diaz-Gonzalez 9年前
コミット
76b6a8b18e
1個のファイルの変更10行の追加10行の削除
  1. 10
    10
      README.md

+ 10
- 10
README.md ファイルの表示

@@ -311,21 +311,21 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
311 311
 ## Security
312 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 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 319
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
321 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 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 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 330
 ## Passwords
331 331
 *Libraries and tools for working with and storing passwords.*

読み込み中…
キャンセル
保存