11 ms·
There's actually a name for that: pepper Instead of a salt, which is random for each entry and has to be stored along the hash, one single pepper is added to e
by jaegerma 6y ago
There's actually a name for that: pepper
Instead of a salt, which is random for each entry and has to be stored along the hash, one single pepper is added to each password before hashing and kept secret.