Secure Hash Functions
Secure Hash Functions
ChatGPT said:
Great! Let's explore Secure Hash Functions, first in English and then in Tamil for better
understanding.
A Secure Hash Function is a special kind of cryptographic function that turns any input (text, file,
etc.) into a fixed-size output — usually called a hash or digest — in a secure way.
1. Deterministic
2. Fast Computation
3. Pre-image Resistance
o Given one input and its hash, you shouldn't be able to find a different input with the
same hash.
5. Collision Resistance
6. Avalanche Effect