-
Notifications
You must be signed in to change notification settings - Fork 3
Home
egoroff edited this page May 11, 2017
·
2 revisions
Hash Calculator is the console tool that can calculate about 50 cryptographic hashes of strings and files. Hash Calculator features:
- string hash calculation
- file hash calculation, including only part file hash (defined by file part size and offset from the beginning)
- restoring original string by it's hash specified using brute force method (dictionary search)
- directory's files hash calculation with support of filtering files by size, name, path
- file validation using it's hash
- file searching using file hashes of the whole file or only the part of the file
Also there are:
- Brute force restoring time assumption
- Multithreading brute force restoring
- Different case hash output (by default upper case)
- Output in SFV format (simple file verification)