Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sphericalkat/secur

A cross-platform 2FA TOTP app with a beautiful UI, written in Flutter.
https://github.com/sphericalkat/secur

android authenticator dart flutter ios material-ui totp

Last synced: 5 days ago
JSON representation

A cross-platform 2FA TOTP app with a beautiful UI, written in Flutter.

Awesome Lists containing this project

README

        

# Secur

A cross-platform 2FA TOTP app written in Flutter. Feel free to submit feature requests, issues and changes.

Icons made by Freepik from www.flaticon.com

## About
Secur is used to generate TOTPs (Time Based OTPs), providing similar functionality to Google Authenticator, with a beautiful UI. It stores the TOTP secrets locally, encrypted with strong AES256 and a randomly generated key which is stored in Android's secure storage.

## Building from source
- Ensure you have flutter installed.
- Clone the repository and `cd` into the cloned directory.
- `flutter run` to launch a debug session on a connected device or emulator.
- Feel free to fork and submit patches upstream.

## Contributors
- [Shamith](https://github.com/shamith16)
- [ATechnoHazard](https://github.com/ATechnoHazard)