About this tag
File hashing is a method used to verify file integrity and analyze malware samples. On Windows, users can create custom file hashing tools using PowerShell scripts and registry edits to add context menu entries for calculating MD5, SHA1, SHA256, and SHA512 hashes. This approach gives users full control over the hashing process and can be configured for computer-wide or per-user access. The technique is particularly useful for IT professionals and security analysts who frequently need to generate file hashes.
-
Windows 10 Creating your own file hashing "program"
I personally need to generate file hashes quite a bit for verifying file integrity as well as analyzing malware samples. I really wanted to have code that I had complete control over so I wrote a short powershell script and some minor registry editing to set this up. Registry Change If you...- Neemobeer
- Thread
- automation code snippet configuration execution policy file hashing file integrity file management hash function malware md5 powershell registry scripting sha1 sha256 sha512 user control windows
- Replies: 2
- Forum: Programming and Scripting