DomBlack / php-scrypt

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

[bug] Salt param is being ignored in Windows #60

Open luizgamabh opened 2 years ago

luizgamabh commented 2 years ago

I got scrypt version available for PHP 7.4 Thread Safe (TS) x64 from https://pecl.php.net/package/scrypt/1.4.2/windows

In Windows, no matter which salt I pass, the hash is always the same.