https://github.com/dotwee/android-application-md5dialog
[DEPRECATED] Minimal dialog-only application to get the message-digest algorithm v5 (also known as MD5-) hash of a single string
https://github.com/dotwee/android-application-md5dialog
Last synced: 8 months ago
JSON representation
[DEPRECATED] Minimal dialog-only application to get the message-digest algorithm v5 (also known as MD5-) hash of a single string
- Host: GitHub
- URL: https://github.com/dotwee/android-application-md5dialog
- Owner: dotWee
- License: wtfpl
- Created: 2015-11-13T17:46:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T14:11:24.000Z (over 10 years ago)
- Last Synced: 2024-12-27T08:26:48.134Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 8.6 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Md5 Dialog
Md5 Dialog is a minimal dialog-only application to get the [_message-digest algorithm v5_](https://en.wikipedia.org/wiki/MD5) (also known as MD5-) hash of a single string.
A prebuilt debug-apk is available. Check the [prebuilt-debug.apk](/prebuilt-debug.apk).
## Screenshots

## Dependencies
- Release:
- A android-device with Android 4.1 and up.
- Android Support Annotations Library (licensed under Apache v2)
- Debug / Test:
- Android Testing Support Library (licensed under Apache v2)
## Build
This project is developed using JetBrain's latest IntelliJ IDEA and the latest Gradle-wrapper.
To compile Md5 Dialog, simply import this project into **Android Studio** or **IntelliJ IDEA** and press the build-button.
**You may need to sign the built apk.** Read the official [documentation about signing applications](https://developer.android.com/tools/publishing/app-signing.html) for a how-to.
## License
Copyright (c) 2015 Lukas 'dotwee' Wolfsteiner
The source-code of MicroPinner is licensed under the [_Do What The Fuck You Want To_](/LICENSE) public license.