🔐 ENCRYPTION ARTICLES

Salt and Pepper

By XAZYQN | Cryptography

Password Protection

Salting adds random data before hashing. Pepper adds secret key. Both protect against rainbow tables.

Never hash without salt.