Skip to content
Snippets Groups Projects
Commit 7a33d2f8 authored by Niklas Keller's avatar Niklas Keller
Browse files

Use cryptographically secure pseudo random number generator (CSPRNG)

Uses paragonie/random_compat instead of insecure home-brewed code.

It's NEVER fine to fall back to mt_rand() for secure random.

Fixes #1760.
parent 1a7bdbcc
No related branches found
No related tags found
Loading
Showing
with 828 additions and 122 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment