Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sphericalkat/secur
- Owner: SphericalKat
- License: mit
- Created: 2020-07-28T07:37:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T13:40:33.000Z (4 months ago)
- Last Synced: 2024-07-23T15:54:45.813Z (4 months ago)
- Topics: android, authenticator, dart, flutter, ios, material-ui, totp
- Language: C++
- Homepage:
- Size: 2.64 MB
- Stars: 24
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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)