Scroll to navigation

RAHASH2(1) General Commands Manual RAHASH2(1)

NAMEΒΆ

hasher2 - block based hashing utility This program is part of the radare project. Hasher allows you to calculate, check and show the hash values of each block of a target file. The block size is 32768 bytes by default. It's allowed to hash from stdin using '-' as a target file. You can hash big files by hashing each block and later determine what part of it has been modified. Useful for filesystem analysis. This command can be used to calculate hashes of a certain part of a file or a command line passed string. This is the command used by the '#' command of radare. Select an algorithm for the hashing. Valid values are md5, crc32 and sha1 Define the block size Apply the hash Iters times to itself+seed Show per-block hash Show result using OpenSSH's VisualHostKey randomart algorithm Hash this string instead of using the 'source' and 'hash-file' arguments. Set seed to hash with, use ^to prefix seed, otherwise its suffixed. Start hashing at given address Stop hashing at given address Show output in radare commands Show version information Show usage help message. pancake <pancake@nopcode.org>, nibble <nibble@develsec.org>