Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joeldavidw/Chronos
- Owner: joeldavidw
- License: agpl-3.0
- Created: 2024-06-11T13:41:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T06:47:13.000Z (3 months ago)
- Last Synced: 2024-08-09T11:20:03.493Z (3 months ago)
- Topics: 2fa, authenticator, ios, otp, swift, swiftui, totp
- Language: Swift
- Homepage: https://apps.apple.com/app/chronos-authenticator/id6503929490
- Size: 1.12 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Chronos Authenticator 2FA
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)
[](.github/assets/previews/1.png?raw=true)
[](.github/assets/previews/2.png?raw=true)
[](.github/assets/previews/4.png?raw=true)
[](.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.