All Projects → Miskerest → Hashr

Miskerest / Hashr

Licence: MIT License
A simple and functional Android app for calculating checksums

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Hashr

ethereum-checksum-address
Convert Ethereum address to a checksummed address
Stars: ✭ 20 (+25%)
Mutual labels:  checksum
secp256k1.cr
a native library implementing secp256k1 purely for the crystal language.
Stars: ✭ 34 (+112.5%)
Mutual labels:  checksum
komihash
Very fast, high-quality hash function (non-cryptographic, C) + PRNG
Stars: ✭ 68 (+325%)
Mutual labels:  hashing-algorithm
RapidCopy
RapidCopy is portable version of FastCopy that runs GNU/Linux with Qt5.
Stars: ✭ 44 (+175%)
Mutual labels:  checksum
hash-checker
Fast and simple application that allows you to generate and compare hashes from files and text
Stars: ✭ 72 (+350%)
Mutual labels:  hashing-algorithm
bytes-java
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
Stars: ✭ 120 (+650%)
Mutual labels:  checksum
D3hex
The first dataflow based Hex-Editor!
Stars: ✭ 45 (+181.25%)
Mutual labels:  checksum
fingerprint
Fingerprint is a simple tool that can be used to verify the contents of a directory.
Stars: ✭ 71 (+343.75%)
Mutual labels:  checksum
libkeccak
[Basically feature complete] Keccak-family hashing library
Stars: ✭ 53 (+231.25%)
Mutual labels:  checksum
JSum
Consistent checksum calculation of JSON objects.
Stars: ✭ 64 (+300%)
Mutual labels:  checksum
prvhash
PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor. (Codename Gradilac/Градилак)
Stars: ✭ 194 (+1112.5%)
Mutual labels:  hashing-algorithm
cross-modal-hasing-playground
Python implementation of cross-modal hashing algorithms
Stars: ✭ 19 (+18.75%)
Mutual labels:  hashing-algorithm
crc
A Pure Rust Implementation of Generic CRC Algorithm
Stars: ✭ 24 (+50%)
Mutual labels:  checksum
checksum-command
Verifies file integrity by comparing to published checksums.
Stars: ✭ 29 (+81.25%)
Mutual labels:  checksum
s3parcp
Faster than s3cp
Stars: ✭ 31 (+93.75%)
Mutual labels:  checksum
UNF
Tools for Creating Universal Numeric Fingerprints for Data
Stars: ✭ 20 (+25%)
Mutual labels:  checksum
ngx http hmac secure link module
HMAC Secure Link module for NGINX.
Stars: ✭ 47 (+193.75%)
Mutual labels:  hashing-algorithm
cfv
Command-line File Verify
Stars: ✭ 36 (+125%)
Mutual labels:  checksum
trualias
Mentally computable verification codes for email aliases implemented as a postfix tcp table or milter; uses asyncio.
Stars: ✭ 33 (+106.25%)
Mutual labels:  checksum
BelaUtils
Tools reimplemented using Bela library
Stars: ✭ 24 (+50%)
Mutual labels:  checksum

About

I made this app because I tried to download two separate apps from the Play Store to validate a system image's checksum. Neither worked, so I made my own!

It's designed to be simple, fast, and easy to use. This is my first published Android application, so feedback is appreciated!

Installation

Requires Android 4.4+

Sources

Permissions

  • read the contents of your USB storage
  • receive data from Internet
  • view network connections
  • full network access
  • prevent device from sleeping

Usage

  1. Select whether you would like to hash a file or raw text.
  2. Open any file or enter text in the text field.
  3. Select the hashing algorithm you would like to use. Click HASH and the file's hash will be calculated and printed.
  4. (optional) If you have a reference hash, copy it to your clipboard and click on Tap to paste... to compare the two hashes.

Currently has support for

  • MD5
  • SHA1
  • SHA256
  • SHA384
  • SHA512
  • CRC32
  • Adler32

Future Plans

  • Showing filename for selected file
  • A prettier UI, better animations
  • Add testing code (In progress)
  • Translations for select locales

Bugfixes are being fixed as they are discovered

Screenshots

License

The MIT License (MIT)

Copyright (c) 2016 Mike Bailey

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].