A powerful context menu extension for Windows that allows you to calculate, verify, copy, and save various hash checksums of files directly from the right-click menu.
- MD5
- SHA1
- SHA256
- SHA384 (Shift required)
- SHA512 (Shift required)
- MACTripleDES (Shift required)
- RIPEMD160 (Shift required)
- Automatically verifies checksums using
.md5
,.sha1
,.sha256
,.SHA384
, and.SHA512
files - Displays whether the hash matches or not
- Color-coded output (red for non-matching hashes)
- Copy of any supported hash to clipboard
- Beep confirmation when hash is copied
- View detailed hash information in terminal
- Displays file path and hash value
- Compare file against any hash value
- Automatically detects hash type by length
- Supports MD5, SHA1, SHA256, SHA384, and SHA512
- Compare file against specific hash type
- Input validation for hash format
- Clear match/no match output
- Compare two selected files using any supported hash
- Instant match/no match results
- Create checksum files for multiple files
- Optional recursive mode for folders (hold SHIFT)
- Supports all hash types
- Creates a single checksums file in source directory
- Uses PowerShell's
Get-FileHash
cmdlet - Supports both single and multiple file selections
- Supports directories (for checksums creation)
- All hash calculations are performed locally using PowerShell
- Operations are designed to be fast and efficient
- Verification follows standard checksum file formats
- Compatible with Windows PowerShell environment
- Windows PowerShell 5.1 or later
- Windows 10/11 recommended