A security measure that converts sensitive data into a fixed-size string of characters, which cannot be reversed, is called ________.
- Masked
- LCH Prachand
- Hashing
- Rain
Answer: Hashing
Hashing transforms input data of any size into a fixed-length hash value using algorithms like SHA-256 or MD5. It is one-way (irreversible), used for password storage, data integrity verification, and digital signatures. Unlike encryption, hashed data cannot be decrypted to original form.