Mike Robinson

Results 62 comments of Mike Robinson

@Parent5446 Thanks for the explanation of why it's twice as long. However since the first 32 hex characters are always the same no matter what the key length, anything after...

> That said, we can't change the output of the hex encoding If you're talking about changing the type of encoding then I would agree that that can't be done,...

@My1 The chances of a collision happening with scrypt is essentially zero, so you can basically assume that no two different strings will ever be hashed to produce the same...

You can't create a hash with 10 characters. The minimum hash length is 32 characters, which is what is produced when using a key length of 16.

Just out of curiosity I just did a quick test and hashing a password using a key length of 16 took 0.3019 seconds and a key length of 2^16 took...

@holtkamp For example in the "Typical usage, hotel booking" example on http://longbill.github.io/jquery-date-range-picker/, you typically select the check in and check out dates, so if I check in on the 3rd...

@holtkamp Actually yeah. After seeing how easy it was to edit the tooltip I actually agree with @shrpne. It's probably best not to make the plugin too bloated for a...

@barryvdh Could be as easy as setting a custom language, like https://github.com/longbill/jquery-date-range-picker/blob/31d1eafe296816b7639fd2e91e8ca23c8775e187/demo.js.

Sorry for the delay in replying. Using Meta seems to work.

~~For Ubuntu/Debian the package is `php-libsodium`.~~ Nevermind. Do not install `php-libsodium` since this actually conflicts with the libsodium included in PHP. PHP 7.2 requires the `libsodium23` package on Ubuntu.