debian man page for rahash2

Query: rahash2

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HASHER2(1)						    BSD General Commands Manual 						HASHER2(1)

NAME
hasher2 -- block based hashing utility
SYNOPSIS
hasher2 [-hBrv] [-a algorithm] [-b size] [-s string] [-f from] [-t to] [[file] ...]
DESCRIPTION
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. -a algo Select an algorithm for the hashing. Valid values are md5, crc32 and sha1 -b block size Define the block size -B Show per-block hash -s string Hash this string instead of using the 'source' and 'hash-file' arguments. -f from Start hashing at given address -t to Stop hashing at given address -r Show output in radare commands -v Show version information -h Show usage help message.
SEE ALSO
radare2(1), rafind2(1), rahash2(1), rabin2(1), ranal2(1), radiff2(1), rasm2(1), ragg2(1), rarun2(1), rax2(1),
AUTHORS
pancake <pancake@nopcode.org>, nibble <nibble@develsec.org>
BSD
Mar 12, 2010 BSD
Related Man Pages
hash(9) - debian
hash32(9) - debian
hash32_strn(9) - freebsd
hash32_strne(9) - freebsd
jenkins_hash32(9) - freebsd
Similar Topics in the Unix Linux Community
radare 0.9.3 (Default branch)
radare 0.9.6 (Default branch)
How to analyze file hashing
Hash Tables of Buffers
How do I determine the best number to use for the bs (block size) operand of the dd command?