Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Joel-David <[email protected]>
  • Loading branch information
joeldavidw authored Jul 24, 2024
1 parent 7c02ab7 commit 389a34c
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,21 @@ Chronos is an open-source two-factor authentication (2FA) app for iOS, developed

## Features

- End-to-end encrypted (E2EE)
- Token data are encrypted using XChaCha20-Poly1305
- Secure decryption methods:
- Password (derived with scrypt)
- Face ID (via Secure Enclave)
- Automatic backup & sync to Apple iCloud (optional)
- Export
- Plain text
- Encrypted
- HTML with QR codes for easy scanning (Coming soon)
- **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**
- Raivo
- WIP more will be added!
- **Anonymous**
- No telemetry
- No app account required
- Built natively with Swift

## Screenshots (Preview)
Expand Down

0 comments on commit 389a34c

Please sign in to comment.