Template:Hash guide: Difference between revisions

From No-Intro ~ Wiki
Jump to navigation Jump to search
(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...")
 
mNo edit summary
 
Line 1: Line 1:
* '''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 terminal emulator for linux/mac.
* '''CRC32''': Generated from the ROM file using [https://mh-nexus.de/en/hxd/ HxD] or [https://github.com/namazso/OpenHashTab OpenHashTab] 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.
* '''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-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.
* '''SHA-256''': As above, or by using shasum -a 256 in a terminal emulator for linux/mac.

Latest revision as of 12:30, 22 April 2022

  • CRC32: Generated from the ROM file using HxD or OpenHashTab 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.