Salt Bugs Allow Full RCE as Root on Cloud Servers

Researchers say the bugs are easy to exploit and will likely be weaponized within a day. Continue reading Salt Bugs Allow Full RCE as Root on Cloud Servers

Zynga faces class action suit over massive Words With Friends hack

It’s charging subpar password security and lousy user notification: Zynga has yet to notify users to warn them of the breach, the suit says. Continue reading Zynga faces class action suit over massive Words With Friends hack

BLAKE2: What is the difference between the salt and the personalization? [migrated]

Libsodium builds their KDF on top of BLAKE2b:

BLAKE2B-subkeylen(key=key, message={}, salt=subkey_id || {0}, personal=ctx || {0})

Besides the key, the function has two additional arguments: The subkey ID (a 8 byte value which is 0-padded… Continue reading BLAKE2: What is the difference between the salt and the personalization? [migrated]