mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
HashDroid: update to newly appeared upstream repo
This commit is contained in:
parent
a88e4fb1a5
commit
9fc2aa37f2
1 changed files with 25 additions and 17 deletions
|
|
@ -1,23 +1,28 @@
|
|||
Categories:
|
||||
- Security
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://gitlab.com/f-droid-mirrors/hash_droid
|
||||
IssueTracker: https://gitlab.com/f-droid-mirrors/hash_droid/issues
|
||||
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: |-
|
||||
A hash (also called checksum or digest) is a digital fingerprint, uniquely
|
||||
identifying a string or a file.
|
||||
Hash Droid is a free utility to calculate a hash from a given text or from a file stored on the device.
|
||||
|
||||
Hash functions are often used in cryptography to generate strong passwords. They
|
||||
are also employed to check the integrity of files.
|
||||
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.
|
||||
|
||||
Hash Droid can be used to check an Android ROM against the checksum displayed on
|
||||
the website, before flashing it, to make sure that it was downloaded correctly
|
||||
or that nobody interfered with it in transit.
|
||||
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://gitlab.com/f-droid-mirrors/hash_droid.git
|
||||
Repo: https://github.com/HobbyOneDroid/HashDroid.git
|
||||
|
||||
Builds:
|
||||
- versionName: '3.1'
|
||||
|
|
@ -28,11 +33,14 @@ Builds:
|
|||
versionCode: 20
|
||||
commit: '3.3'
|
||||
|
||||
MaintainerNotes: |-
|
||||
Source code not published directly by developer, hence the mirror. "Contact me
|
||||
to get the source code" - so no update checks.
|
||||
- versionName: '4.3'
|
||||
versionCode: 24
|
||||
commit: 34a292fce8941abfa9cb2d46050f3511ef7a1f9e
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '3.3'
|
||||
CurrentVersionCode: 20
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '4.3'
|
||||
CurrentVersionCode: 24
|
||||
|
|
|
|||
Loading…
Reference in a new issue