https://github.com/clearfeld/aspis-flutter
Cross platform 2FA app
https://github.com/clearfeld/aspis-flutter
2fa 2fa-client 2fa-mobile
Last synced: about 1 month ago
JSON representation
Cross platform 2FA app
- Host: GitHub
- URL: https://github.com/clearfeld/aspis-flutter
- Owner: clearfeld
- Created: 2023-01-01T20:51:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T21:48:50.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T23:17:17.793Z (about 1 month ago)
- Topics: 2fa, 2fa-client, 2fa-mobile
- Language: Dart
- Homepage:
- Size: 1.7 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aspis
Aspis is a free, secure, and open source 2FA app targeting all major platforms, check the table below for current platform support.
| Android | iOS | Windows | MacOS | Linux | Web |
|--------------------|-----------|---------------------|---------------------|---------------------|-----|
| :heavy_check_mark: | Planned | :heavy_check_mark:* | :heavy_check_mark:* | :heavy_check_mark:* | ✖️ |## Screenshots
![]()
![]()
![]()
## Features
* Free and open source
* Secure
* Password required (Encrypted realm db vault)
* Supports HTOP and TOTP codes
* Add QR Codes
* Scan QR codes (mobile systems only)
* Manual entry
* Dark and light themes## Getting Started
### RealmMust run the following command, when new realm models are added or modified.
```bash
flutter pub run realm generate
```### i18n
Must run the following command, when new translations are added.
```bash
flutter gen-l10n
```