password-hashing
password-hashing copied to clipboard
Password hashing code.
https://Facebook.com/syrilnebrigatoling
Hi, Thank you for the repo. The code could not be compiled in dotnet core because of the following issue: https://github.com/dotnet/corefx/issues/2881 Please consider adding also dotnet core version file. Thanks.
It would be good to notify that the PHP implementation **requires** PHP 7, because it needs the `random_bytes` function that is only available in PHP 7 (http://php.net/manual/en/function.random-bytes.php). It can be...
- Port from the Java implementation - Can be published to NPM as-is - Tests compatibility with PHP implentation
https://github.com/defuse/password-hashing/blob/master/PasswordStorage.java#L191 shows the method interface `byte[] fromBase64(String hex)` which is strange - why is the input param called `hex` (as its not hexadecimal)?
Travis-CI can't test multiple languages in a single repository. We have to use something like Vagrant. Supersedes #26.
While working on defuse/php-encryption I found a bug in ourStrlen. I don't think it actually affects this library's use of it, but I should update it anyway in case someone...