From 389a34c4c8c92693a98b28ebbafb6e3f081e93a0 Mon Sep 17 00:00:00 2001 From: Joel-David <4586209+joeldavidw@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:37:50 +0800 Subject: [PATCH] Update README.md Signed-off-by: Joel-David <4586209+joeldavidw@users.noreply.github.com> --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 55cea80..d34c2c1 100644 --- a/README.md +++ b/README.md @@ -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)