// support
Support
Email NorseHorse@norsehor.se, or open an issue on GitHub. Bug reports with the device model, Android version, and the steps that triggered the problem are the fastest to fix.
Where do I get it?
The current build is a release candidate, available as a direct APK. A stable F-Droid release is on the way.
What algorithms does it support?
The SHA-2 and SHA-3 families, BLAKE2 and BLAKE3, Keccak-256, SM3, Streebog, MD5, SHA-1, RIPEMD-160, Whirlpool, and the non-cryptographic CRC32, Adler-32 and xxHash. SHA-256 is on by default; enable the rest in Settings.
Why zero permissions?
Because a hasher does not need any. Files come in through the system picker and the share sheet, which do not require a permission, and there is no network code, so the app cannot send anything anywhere.
How do I verify a download?
To check a single file against a value you have, open the Files tab, add the file, and paste the expected value into the compare box. To check a folder against its sums file, open the Verify tab, pick the folder, and tap the sums file it finds. Each entry is reported as OK, FAILED or MISSING.
Is it open source?
Yes. The full source is at github.com/norsehorse-dev/HashPonyAndroid.