Domanda di colloquio di Orro Group

What is the difference between Hashing, Encoding, and Encryption?

Risposta di colloquio

Anonimo

23 set 2025

Hashing: One-way process creating a fixed-length “fingerprint” of data. Cannot be reversed. Encoding: Converts data into another format (like Base64) for compatibility. Fully reversible, not for security. Encryption: Two-way process using a key to make data unreadable and later decryptable with the key.