Difference between revisions of "QuickHash"

From TheAlmightyGuru
Jump to: navigation, search
Line 3: Line 3:
 
'''QuickHash''' is an [[open source]] application developed by Ted Smith in 2011 for [[Linux]], [[Macintosh]], and [[Windows]] that lets you perform various [[hash|hashing]] algorithms on text, files, and folders and do comparisons between them. The hash algorithms supported include MD5, SHA-1, SHA-3, SHA-256, SHA-512, xxHash64, and Blake2B.
 
'''QuickHash''' is an [[open source]] application developed by Ted Smith in 2011 for [[Linux]], [[Macintosh]], and [[Windows]] that lets you perform various [[hash|hashing]] algorithms on text, files, and folders and do comparisons between them. The hash algorithms supported include MD5, SHA-1, SHA-3, SHA-256, SHA-512, xxHash64, and Blake2B.
  
 +
==Personal==
 
I don't remember exactly why I needed to perform a hash on a file, but I searched online and found this program. This has since been my go-to program for performing hashes on the rare chance that I need them. It's simple to use and very fast.
 
I don't remember exactly why I needed to perform a hash on a file, but I searched online and found this program. This has since been my go-to program for performing hashes on the rare chance that I need them. It's simple to use and very fast.
  

Revision as of 16:38, 30 March 2020

QuickHash is an open source application developed by Ted Smith in 2011 for Linux, Macintosh, and Windows that lets you perform various hashing algorithms on text, files, and folders and do comparisons between them. The hash algorithms supported include MD5, SHA-1, SHA-3, SHA-256, SHA-512, xxHash64, and Blake2B.

Personal

I don't remember exactly why I needed to perform a hash on a file, but I searched online and found this program. This has since been my go-to program for performing hashes on the rare chance that I need them. It's simple to use and very fast.

Links

Link-Official.png