Search Results

0
votes

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

A brief answer: Hashing - creating a check field on some data (to detect when data is modified). Obfuscation - modify your data/code to confuse anyone else (no real protection). …