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.
- Host: GitHub
- URL: https://github.com/demkeys/hashingapp
- Owner: Demkeys
- Created: 2022-03-01T06:03:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T19:36:25.000Z (about 4 years ago)
- Last Synced: 2025-03-01T03:46:11.008Z (over 1 year ago)
- Language: C#
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
