Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joeldavidw/Chronos

Chronos is an open-source two-factor authentication (2FA) app for iOS
https://github.com/joeldavidw/Chronos

2fa authenticator ios otp swift swiftui totp

Last synced: about 2 months ago
JSON representation

Chronos is an open-source two-factor authentication (2FA) app for iOS

Awesome Lists containing this project

README

        

# Chronos




Chronos is an open-source two-factor authentication (2FA) app for iOS, developed natively in SwiftUI. It aims to provide robust security and reliable backup features, supporting both time-based (TOTP) and counter-based (HOTP) authentication methods.





## Features

- **End-to-end encrypted**
- Only encrypted token data, using `XChaCha20-Poly1305`, is stored on the device and in iCloud
- **Backup & Sync (optional)**
- Effortlessly backup and sync your data with iCloud
- **Export**
- Easily export your tokens for backup or transfer
- Encrypted/unencrypted zip archive containing:
- JSON
- HTML with QR codes for scanning and printable for offline storage
- **Import**
- Aegis
- Raivo
- Google Authenticator
- LastPass Authenticator
- WIP more will be added!
- **Anonymous**
- No telemetry
- No app account required
- Built natively with Swift

## Screenshots (Preview)

[Overview 1](.github/assets/previews/1.png?raw=true)
[Overview 2](.github/assets/previews/2.png?raw=true)
[Encrypted Backups](.github/assets/previews/4.png?raw=true)
[Adv. Edit](.github/assets/previews/5.png?raw=true)

## License

This project is licensed under the GNU Affero General Public License v3.0 - see the [LICENSE](LICENSE) file for details.