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.
  1. Neemobeer

    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...
Back
Top