An open API service indexing awesome lists of open source software.

https://github.com/demkeys/hashingapp

Simple hash generator for Android. Enter text, select algorithm, program outputs a hash.
https://github.com/demkeys/hashingapp

Last synced: 6 days ago
JSON representation

Simple hash generator for Android. Enter text, select algorithm, program outputs a hash.

Awesome Lists containing this project

README

          

# HashingApp
Simple hash generator for Android. Enter text, select algorithm, program outputs a hash.
For the time being, the repo only contains the Android builds. You can download them from the [Releases](https://github.com/Demkeys/HashingApp/releases) page. I made this app for my own use but am sharing it for whoever it helps.

Supported algorithms: SHA1, SHA 256, SHA512, MD5

App details:
* Unity version: 2021.1.0f1
* Target platform: Android
* Android min version: Android 4.4 "KitKat"

Android apps are forward compatible so the bulds should work in Android version above the Android min version mentioned.

![](https://github.com/Demkeys/HashingApp/blob/main/HashingAppPic.png)