Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #71475
Post Processor Redesign
('details' missing)
User interaction and design
procepillar commands
md5sum
It works the same way the md5sum utility works. You can use globing to select what files to generate md5 sums for, and you can pipe in (or pass from a file) a list of md5 sums and file names to validate. The file name is matched in the following order:
- Full, absolute path of file
- File ID
- Base file name
It differs from the md5sum command in it's output only by including the file ID of the file for the output. For example, md5sum outputs "{md5} {filename}" where we print out "{md5} {filename} – {fileid}". Also, we only support opening files (for creating the md5 sum) in binary mode.