You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
hash function
About this tag
Discussions on WindowsForum.com about hash functions focus on practical applications like file integrity verification and malware analysis. Users share PowerShell scripts and registry edits to add file hashing options (MD5, SHA1, SHA256, SHA512) to the Windows context menu. The tag covers custom scripting for generating hashes, emphasizing user control over the process. Topics include registry modifications for system-wide or per-user context menu entries, and the use of hash functions in security workflows. No broader cryptographic theory or enterprise IT topics are covered beyond these hands-on implementation tips.
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...