H
Definition

A one-way cryptographic function that converts data of any size into a fixed-length string of characters (hash). Unlike encryption, hashing is irreversible. Common algorithms include SHA-256, bcrypt, and Argon2, widely used for password storage and data integrity verification.

Defined Term