Skip to main content

Hashing

  • one-way function, create encrypted data from data.
  • Deterministic: Alway generate the same hash from the same data
  • Avalanche: Change one 1 bit of data, which will change the hash.

Types​

  • SHA256
  • ASE
  • MD5