Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2022-11-15 17:21:44 +05:30
.github Up flutter version to 3.3.8 2022-11-11 20:23:48 +05:30
.vscode Add configuration for production builds for Android 2022-11-14 18:12:07 +05:30
android Switch to FlutterFragmentActivity 2022-11-15 14:04:17 +05:30
architecture Document architecture 2022-11-14 20:46:43 +05:30
assets Add illustration for the lock screen 2022-11-13 11:57:07 +05:30
coverage Hello, world 2022-11-01 11:43:06 +05:30
fonts Hello, world 2022-11-01 11:43:06 +05:30
ios Update podfile 2022-11-14 22:46:02 +05:30
lib Reset cache on logout 2022-11-15 17:21:44 +05:30
linux Configure Sentry 2022-11-14 13:58:09 +05:30
macos Implement a functional notification service 2022-11-14 18:23:55 +05:30
test Hello, world 2022-11-01 11:43:06 +05:30
web Hello, world 2022-11-01 11:43:06 +05:30
windows Configure Sentry 2022-11-14 13:58:09 +05:30
.gitignore Hello, world 2022-11-01 11:43:06 +05:30
.gitmodules Hello, world 2022-11-01 11:43:06 +05:30
.metadata Hello, world 2022-11-01 11:43:06 +05:30
analysis_options.yaml Hello, world 2022-11-01 11:43:06 +05:30
coverage_badge.svg Hello, world 2022-11-01 11:43:06 +05:30
l10n.yaml Hello, world 2022-11-01 11:43:06 +05:30
LICENSE Hello, world 2022-11-01 11:43:06 +05:30
pubspec.lock Add dependencies to power auto-update 2022-11-14 18:08:42 +05:30
pubspec.yaml v1.0.14 2022-11-15 14:04:26 +05:30
README.md Update readme 2022-11-14 22:46:08 +05:30
SECURITY.md Define responsible disclosure policy 2022-11-14 14:00:00 +05:30

ente Authenticator

ente's Authenticator app helps you generate and store 2 step verification (2FA) tokens on your mobile devices.

Features

Secure Backups

ente provides end-to-end encrypted cloud backups so that you don't have to worry about losing your tokens. We use the same protocols ente Photos uses to encrypt and preserve your data.

Multi Device Synchronization

ente will automatically sync the 2FA tokens you add to your account, across all your devices. Every new device you sign into will have access to these tokens.

Offline Mode

ente generates 2FA tokens offline, so your network connectivity will not get in the way of your workflow.

Import and Export Tokens

You can add tokens to ente by one of the following methods:

  1. Scanning a QR code
  2. Manually entering (copy-pasting) a 2FA secret
  3. Bulk importing from a file that contains a list of codes in the following format:
otpauth://totp/ACCOUNT?secret=SUPERSECRET&issuer=SERVICE

The codes maybe separated by new lines or commas.

You can also export the codes you have added to ente, to an unencrypted text file, that adheres to the above format.

🔩 Architecture

The architecture that powers end-to-end encrypted storage and sync of your tokens has been documented here.

🧑‍💻 Building from source

  1. Install Flutter
  2. Clone this repository with git clone git@github.com:ente-io/auth.git
  3. Pull in all submodules with git submodule update --init --recursive
  4. For Android, run flutter build apk --release --flavor independent
  5. For iOS, run flutter build ios

🙋‍♂️ Support

If you need help, please reach out to support@ente.io, and a human will get in touch with you.

On the other hand, if you wish to support us, please star this project.

💜 Community