https://github.com/alisianoi/lyra2-mobile
A small and simple Android application that pulls Lyra2 from Maven
https://github.com/alisianoi/lyra2-mobile
Last synced: about 2 months ago
JSON representation
A small and simple Android application that pulls Lyra2 from Maven
- Host: GitHub
- URL: https://github.com/alisianoi/lyra2-mobile
- Owner: alisianoi
- License: mit
- Created: 2017-09-11T13:05:31.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2020-10-10T15:28:46.000Z (about 5 years ago)
- Last Synced: 2025-03-18T02:19:42.594Z (7 months ago)
- Language: Java
- Size: 830 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [lyra2-mobile][1]
This repository provides hosts a simple Android application which demonstrates how the Java port of the Lyra2 password hashing scheme could seamlessly be used on mobile devices. Related links: [reference implementation in C][3] and the [ported Java version][2].
This application runs on Android 24 and above and has been tested on a Android Studio simulator. Below are the screenshots that show the basic functionality:


[1]: https://github.com/all3fox/lyra2-mobile
[2]: https://github.com/all3fox/lyra2-java/
[3]: https://github.com/leocalm/Lyra