docs: replace rahash2 reference
This commit is contained in:
parent
68f6f71fd2
commit
a29dfce524
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.Sh DESCRIPTION
|
||||
This program is part of the rizin project.
|
||||
.Pp
|
||||
Rahash2 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 compare against a known hash and get the result in the exit status.
|
||||
rz-hash 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 compare against a known hash and get the result in the exit status.
|
||||
.Pp
|
||||
You can hash big files by hashing each block and later determine what part of it has been modified. Useful for filesystem analysis.
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue