Hash Checker Lite
Fast and simple application for generating and comparison hashes from files or text. Lite version of Hash Checker.
Original app and lite version comparsion
Feature | Hash Checker | Hash Checker Lite |
---|---|---|
MD5 support | + | + |
SHA-1 support | + | + |
SHA-224 support | + | + |
SHA-256 support | + | + |
SHA-384 support | + | + |
SHA-512 support | + | + |
CRC-32 support | + | + |
Language switch | + | + |
Inner File Manager | + | |
History | + | |
User data export | + | |
Vibration | + |
Screenshots (Light theme)
Screenshots (Dark theme)
Privacy Policy
Feedback
If you have any question or feature idea for app, you can open issue on this page or contact me by email [email protected].
How to build unsigned .apk from command line without IDE
From project directory run:
$ ./gradlew clean
$ ./gradlew assembleDebug
Go to app
-> build
-> outputs
-> apk
-> debug
and find hash-checker-lite_VERSION.apk
where 'VERSION' is number of app version.
How to contribute
Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:
$ ./gradlew clean
$ ./gradlew build
$ ./gradlew connectedCheck
If you don't see any error messages, submit your pull request.