DomBlack / php-scrypt

A PHP wrapper fo the scrypt hashing algorithm
Other
209 stars 57 forks source link

Update scrypt.php #49

Closed paragonie-scott closed 8 years ago

paragonie-scott commented 8 years ago

See #44

paragonie-scott commented 8 years ago

Also, maybe remove openssl?

DomBlack commented 8 years ago

What's wrong with using openssl_random_pseudo_bytes when it reports a cryptographically secure generation?

paragonie-scott commented 8 years ago
paragonie-scott commented 8 years ago

Forgot a big one: https://github.com/paragonie/random_compat/issues/5

DomBlack commented 8 years ago

Interesting reads, I removed the OpenSSL option in the 1.4.2 release (after pulling your changes). Thanks for that