Template:Hash guide

From No-Intro ~ Wiki
Revision as of 11:59, 7 January 2020 by Hiccup (talk | contribs) (Created page with "* '''CRC32''': Generated from the ROM file using [https://mh-nexus.de/en/hxd/ HxD] or [http://implbits.com/products/hashtab/ HashTab] on windows, or by using crc32 in a termin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • CRC32: Generated from the ROM file using HxD or HashTab on windows, or by using crc32 in a terminal emulator for linux/mac.
  • MD5: As above, or by using md5 in a terminal emulator for linux/mac.
  • SHA-1: As above, or by using shasum -a 1 in a terminal emulator for linux/mac.
  • SHA-256: As above, or by using shasum -a 256 in a terminal emulator for linux/mac.