Ranieri Althoff

Results 385 comments of Ranieri Althoff

@djarek well it certainly speeds up the need to move avay from SHA1 as soon as possible.

*finally* there's a PPA with up-to-date libsodium, previously there was only up to 1.0.8 which didn't have Argon2. I replaced Crypto++ PBKDF2 with Argon2 from Sodium and added another Scrypt...

Multiple rounds of SHA1 is essentially PBKDF2 that I had before 😛 Those specialized password algorithms have automatic salting, meaning they generate cryptographically safe salts and store with each password...

BLAKE is not an alternative to Argon2; it is meant for fast hashing to verify integrity of data. Argon2, on the other hand, is meant for slow hashing to protect...

@mackerel225 in this PR I changed MOotD to use std::hash, which returns a 32 bit integer, and that should be enough since MotD is trusted input and does not require...

> We will tune it to execute 100 ms on CPU, but on GPU - which hackers will use to break passwords - it will be muuuch faster. This does...

So you're trying to transform an item that's supposed to be deleted?

Hmm that script checks if the item is really being moved prior to transforming it, but I doubt it's the problem. You only get stack overflows when you reserve too...

Cool, I want to try and fix this