Nhan Le
Nhan Le
This idea is great. I have to maintain my own version of roots/bedrocks because they use /web for public-facing script instead of /htdocs.
The post author might want to jail the brute force in SSH or something like that. @vivienney I prefer to change your sshd port instead of relying on banning IPs.
Any update guys? I have the same problem and hope this awesome tool can run on PHP 7.
The bug is still occurs on MacOS on version 2.5.0. For more details: - My ssh private key is at `Users/nhanle/.ssh/id_ed25519_nopass` on MacOS and `C:\Users\nhanle\.ssh\id_ed25519_nopass` on Windows - I share...
Because the same configuration works on 1.17 legacy and it is noted in the comment section above that configuration :(
The additional of MariaDB looks good to me. It works as expected.
No, looks like the author hasn't had the patch for this issue yet.
Any update on this? My app in java can not verify the hash from this package because of this issue
This is where cause the problem. https://github.com/simonepri/phc-argon2/blob/900c5aea9185b69a677ce27ce06aa8a9526222fd/index.js#L172
The workaround is re-ordering the `params` object here https://github.com/simonepri/phc-argon2/blob/900c5aea9185b69a677ce27ce06aa8a9526222fd/index.js#L171 ``` params: { m: memory, t: iterations, p: parallelism }, ```