data-protection

Hashing

A one-way function that converts input data into a fixed-length string of characters. Unlike encryption, hashing cannot be reversed. It is used to verify data integrity, store passwords securely, and create digital signatures.