Browse Source

Add random_compat (#796)

pull/801/head
Niklas Keller 8 years ago
parent
commit
ff8a4f1cec
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

347
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
347
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
348
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
348
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
349
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
349
 * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library.
350
+* [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()`
350
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
351
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings.
351
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
352
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
352
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
353
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.

Loading…
Cancel
Save