Safeguard
Tag

hashing

Safeguard articles tagged "hashing" — guides, analysis, and best practices for software supply chain and application security.

9 articles

Concepts

Encryption vs Hashing: What's the Difference?

Encryption scrambles data so it can be unscrambled later with a key. Hashing turns data into a fixed fingerprint that can never be reversed. One protects secrets; the other verifies them.

Jul 3, 20266 min read
Cryptography

Cryptographic salt vs pepper

What is a cryptographic salt, and how does it differ from pepper in password hashing? A technical breakdown of salted hashes, bcrypt salt rounds, and best practices.

Feb 26, 20267 min read
Security

Password Salt and Hash: How to Store Passwords Safely

Storing a password means hashing it with a slow algorithm and a unique salt, never encrypting it or saving it in plaintext. Here's how salting and hashing actually protect users.

Jul 1, 20256 min read
Concepts

What Is Password Salting? Why Two Identical Passwords Should Never Match

Password salting adds a unique random value to each password before hashing, so identical passwords produce different hashes and precomputed attacks fall apart.

Jun 17, 20256 min read
Security

Password Storage Best Practices Every Developer Should Follow

Storing passwords safely comes down to one rule: never store the password. Here are the password storage best practices that actually hold up against modern attacks.

May 27, 20255 min read
Security

Password Validation: How to Verify Credentials Securely

Password validation is more than a regex for length and symbols. Here is how to check credentials the way modern guidance actually recommends.

May 20, 20256 min read
Security

JavaScript SHA256: How to Hash Correctly and Securely

How to compute SHA256 in JavaScript with the Web Crypto API, plus what SHA256 is safe for, what it is not, and the mistakes that turn hashing into a vulnerability.

Feb 24, 20256 min read
Concepts

What Is Hashing? A Plain-English Guide to One-Way Functions

Hashing turns any input into a fixed-size fingerprint that cannot be reversed. It quietly powers password storage, integrity checks, and digital signatures across modern software.

Jan 14, 20256 min read
Data Breach

Plex Data Breach: 20 Million Users Forced to Reset Passwords

A breach of Plex's systems exposed usernames, emails, and hashed passwords for approximately 20 million users, forcing the streaming platform to trigger a mass password reset.

Aug 24, 20225 min read

Self-healing security runs on Safeguard.

Your first fix PR is minutes away.

No sales call required, even your agent can complete the purchase over MCP.

hashing — Safeguard Blog