https://github.com/avivijay19/hash-generator
Hash generator is a crypto based android application which works on different hashing algorithms.
https://github.com/avivijay19/hash-generator
android cryptography kotlin kotlin-android
Last synced: about 2 months ago
JSON representation
Hash generator is a crypto based android application which works on different hashing algorithms.
- Host: GitHub
- URL: https://github.com/avivijay19/hash-generator
- Owner: avivijay19
- License: mit
- Created: 2021-12-31T14:35:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T18:29:09.000Z (over 4 years ago)
- Last Synced: 2025-04-28T17:00:46.260Z (about 1 year ago)
- Topics: android, cryptography, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/avinash14022002/hash-generator/actions/workflows/android.yml)
Hash generator is a crypto based android application which works on different hashing algorithms.
- MD5
- SHA 1
- SHA 224
- SHA 256
- SHA 384
- SHA 512
## Features
- The application is completely made with MVVM (Model View - Model View) architecture.
- The application is also added with new version of animation in android.
- The application uses some of the latest Android application development practices. Like Android Navigation components, View bindings and KTX libs.
- The application have multiple ways of sharing encrypted data as well like copy the text and a button in successs in fragment names as share can share on desired platform.
## Automatic testing
- GitHub Actions
- Renovate Bot
## Contributions
Feel free to create issue on the repository and connect with me on [LinkedIn](https://www.linkedin.com/in/avinash14022002/)
## License
MIT License
Copyright (c) 2021 Avinash Vijayvargiya
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.