Hashing

  • hash algo will always give u same result for same input

  • data is lost a lot so can't be reversed to find original input

  • used to check if file has been modified

  • since hash always give same result for same input, if you have the hash result, there are list of common passwords you can compare hashes to get the password

  • $5$salt$hash$

    • diff formats

Examples

  • [[SHA2]]

Last updated