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

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

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:

![alt text](https://raw.githubusercontent.com/all3fox/lyra2-mobile/master/screenshots/lyra2-mobile-main-clean.png)

![alt text](https://raw.githubusercontent.com/all3fox/lyra2-mobile/master/screenshots/lyra2-mobile-result-clean.png)

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