Browse Source

Remove True Random (#795)

I don't see why this should be awesome. PHP offers a CSPRNG and mt_rand and covers all use cases well.
pull/796/head
Niklas Keller 8 years ago
parent
commit
5e51a87f78
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      README.md

+ 0
- 1
README.md View File

351
 * [SecurityMultiTool](https://github.com/padraic/SecurityMultiTool) - A PHP security library.
351
 * [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.
352
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories.
353
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
353
 * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
354
-* [True Random](https://github.com/pixeloution/true-random) - A library that generates random numbers using [www.random.org](https://www.random.org/).
355
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
354
 * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
356
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
355
 * [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
357
 
356
 

Loading…
Cancel
Save