Labs ICT
โญ Pro Login

Hashing

SHA, MD5, and one-way functions

One-Way Functions

Hashing converts input data into a fixed-size string of characters. It's a one-way function โ€” you can't reverse a hash to get the original data.

How Hashing Works

Common Hash Functions

Use Cases

๐Ÿงช Quick Quiz

Why shouldn't you store passwords in plaintext?