Orro Group interview question

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

Interview Answer

Anonymous

23 Sept 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.