Verify Many Tricks’ app downloads

Last change: April 2, 2026
[Updated: Usher 2.4.1]

The following table provides a SHA-2 cryptographic hash for each of our apps. Huh? What’s all that gobbledygook mean? Basically, it means you can use these hash values to insure that the app(s) you download from our server match what we uploaded to our server.

How can you check your download? After downloading one of our apps, open Terminal (in Applications > Utilities), type shasum -a 256 and then press the space bar, but don’t press Return. Now drag in the disk image (DMG) you downloaded from our site, and press Return. Here’s what you’d see for Butler (version 4.4.8) if you were to do that:

$ shasum -a 256 butler449.dmg
fe01992fa005bc4162f7b38d9d8521b713a48f4e43fc3ebf7e787f570803fab1 butler449.dmg

That big string starting with fe01992… is the SHA-2 hash, and that’s the value you want to check against the table below. If the string shown in Terminal differs from what’s shown in the table below for the same app, please let us know, and do not install the app!

Main Apps Version SHA-2 Hash
Butler 4.4.9 fe01992fa005bc4162f7b38d9d8521b713a48f4e43fc3ebf7e787f570803fab1
Desktop Curtain 3.2 6bc51e988bc180ca6560fb7fa15a3f75f36c3d36cdba6fdc8c23afdafa7eac3d
Hudlum 1.1 f49afc12565e8c2438e401717f7411b03f7c304824fd47f27b164fa617a6943d
Keymou (Keymo) 1.2.11 088dad3f8e2fd95a996824dc37cd8ed2911fb6d96ef67abe8af09dcb6c051512
Leech 3.2.1 91616cf08e302e2c5226f15dede92e2f308aac57a575ef9fbe719ed49a883e99
Menuwhere 2.3 26018be00b8d097e24c397c2f93996af47353dd1c8e54c7fcf28067fadd0dd3b
Moom 4.4.2 4ec779d88c00b45ea510d1d0a959b5697933d72786d008ca0d520c99ac5b7a5e
Name Mangler 3.9.3 97cb71af1145bb5b7bec59d7350f3542c554db2569508fb159785ee370578b5f
Resolutionator 2.3 e9fb9b1946deddc62ff0bf5d46066a8cc91564c358e5d33bf85029f4ef75d5bb
Time Sink 2.2.4 6300ae766877918c286714fb8de093cc8b3e66adee287aae5693f946d91486bb
Usher 2.4.1 22e11bb9285f1fd0aae4cd444f87932daf301049ce839965b3d59d467d362ac2
Witch 4.7 aad6812460df8c670999691e244b111bfad19c2544180093ecf2019ca45cb7fe
Baubleries Version SHA-2 Hash
Crossgrade Assistant 1.1 a8c6bad2d87541a215d8bf266ac98e064dfc864964958f3ebf184a73eaad959c
Displaperture 2.3 abc53579993abb843cf0634ecf441a7a7277535ac5a440c6f9c4558c2a9aebf3
Key Codes 2.2.3 1228476da2fe3ad32fed885405c6b96dcdcdc3eea5dd77caf2337149b4895b87
Menu Bar Tint 3.2 0cb0ec3ee598b28133794d7a1b93ae449ed1c827d9cc284ca84f41a20d40b04a
Open-With Manager 0.9.2 1cedc9a11488f704e67261483f3ac2b52039e701931133d4d0fd431024c00c62
Safari Guardian 1.2.2 cbe6588f8407eae91015378f5d02c8a2ba19cf13c37f888a892c8f39fc268a72
Service Scrubber 1.1.5 4377717775344b7ac99a577813e2ed328e0b7c283d5a43799bbf41f7537b20ea

Note: If you would like to verify an older version of any of our apps, please contact us with the app name and version number, and we’ll send you the SHA-2 hash.

SHA-2 hashes are long and complicated, so comparing them can be a bit of a pain. Here’s a way to make the task simpler. Assuming you’ve already downloaded an app, copy (double-click the hash then press Command-C) that app’s hash value from the above table.

Next, in Terminal, type expr `shasum -a 256 and press the space bar. Drag in the downloaded DMG file, which will add its complete path to what you’ve typed. Press the space bar again, then type (or paste) | cut -d ' ' -f 1` =. Finally, press the space bar once more, then press Command-V to paste your copied value. The final command will look something like this (for Butler 4.4.6):

expr `shasum -a 256 butler446.dmg | cut -d ' ' -f 1` = d7709fe1ea4e753a51300d1c4867add7794311618b3d1f1b7c19bc8d5e0e7f22

When you press Return, the output will either be 0 or 1. If it’s 1, all is fine—the above command compares the two values, and if they’re the same, it returns 1. But if you get a 0 as the returned value, then the hashes disagree. Please do not install the app you downloaded, and contact us immediately.

This table will be updated each time we update any of our apps.

Comments are closed.