Hash Checker Generator Changelog

What's new in Hash Checker Generator 2.0.1

Oct 11, 2023
  • All hashs calculates uses library hash-wasm https://github.com/Daninet/hash-wasm
  • SHA3 replaced with SHA3-512
  • New hash algorithms (Argon2id, CRC32, CRC32C, Keccak-512, SCRYPT-512, SM3, xxHash128) added
  • New hmac algorithms (BLAKE3, CRC32, CRC32C, Keccak-512, SM3, Whirlpool, xxHash128) added
  • PBKDF2 now supports algorithms
  • New verify algorithms (Argon2, Bcrypt)
  • Some small ui & performance improvements