mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-25 23:25:12 +00:00
46 lines
1.8 KiB
YAML
46 lines
1.8 KiB
YAML
Categories:
|
|
- Security
|
|
License: GPL-3.0-or-later
|
|
AuthorName: Hobby One
|
|
AuthorEmail: hobbyone.droid@gmail.com
|
|
SourceCode: https://github.com/HobbyOneDroid/HashDroid
|
|
IssueTracker: https://github.com/HobbyOneDroid/HashDroid/issues
|
|
|
|
AutoName: Hash Droid
|
|
Description: |-
|
|
Hash Droid is a free utility to calculate a hash from a given text or from a file stored on the device.
|
|
|
|
In this application, the available hash functions are : Adler-32, CRC-32, Haval-128, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-256, SHA-384, SHA-512, Tiger and Whirlpool.
|
|
The calculated hash can be copied to the clipboard to be reused elsewhere.
|
|
|
|
The first tab enables to calculate the hash of a given string.
|
|
The second tab helps you to compute the hash of a file located on the internal or external memory of your device. The size of the file and the last date modified are also displayed.
|
|
The last feature helps you to compare the calculated hash with another given hash but more generally, you can compare any hashes by just pasting them.
|
|
|
|
A hash (also called checksum or digest) is a digital fingerprint, uniquely identifying a string or a file.
|
|
Hash functions are often used in cryptography to generate strong passwords. They are also employed to check the integrity of files.
|
|
Hash Droid is often used to check an Android ROM before flashing it.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/HobbyOneDroid/HashDroid.git
|
|
|
|
Builds:
|
|
- versionName: '3.1'
|
|
versionCode: 18
|
|
commit: '3.1'
|
|
|
|
- versionName: '3.3'
|
|
versionCode: 20
|
|
commit: '3.3'
|
|
|
|
- versionName: '4.3'
|
|
versionCode: 24
|
|
commit: 34a292fce8941abfa9cb2d46050f3511ef7a1f9e
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '4.3'
|
|
CurrentVersionCode: 24
|