Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2023-03-12 11:17:53 +05:30
.github Update to cla-assistant.io for CLA shared across ente 2023-02-16 20:26:27 +05:30
.vscode Add configuration for production builds for Android 2022-11-14 18:12:07 +05:30
android Add fdroid flavor 2022-12-18 07:11:55 +05:30
architecture Update Architecture folder structure 2022-12-09 21:50:36 +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
fastlane/metadata/android/en-US Add fastlane details 2022-12-18 06:42:54 +05:30
flutter@b06b8b2710 Add flutter as submodule 2023-01-28 15:41:14 +05:30
fonts Hello, world 2022-11-01 11:43:06 +05:30
ios Fix iOS build by configuring the Flutter script to be run for all builds 2023-02-13 12:33:38 +05:30
lib Improve logging 2023-02-16 07:56:20 +05:30
linux Configure Sentry 2022-11-14 13:58:09 +05:30
macos Switch to device_info_plus 2023-02-06 10:20:57 +05:30
screenshots Add screenshots 2022-12-05 10:50:38 +05:30
test Fix: Url decode the path value 2023-01-28 18:27:59 +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 Add flutter as submodule 2023-01-28 15:41:14 +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
fdroid_flutter_icons.yaml Separate icon config for fdroid 2022-12-18 08:59:05 +05:30
l10n.yaml Hello, world 2022-11-01 11:43:06 +05:30
LICENSE Fix licence to GPL-3.0 2022-12-09 21:42:35 +05:30
pubspec.lock Upgrade flutter: 3.7.3 2023-02-16 09:07:39 +05:30
pubspec.yaml bump version to 1.0.32+32 2023-02-16 07:47:35 +05:30
README.md Add link to F-Droid to README 2023-03-12 11:17:53 +05:30
RELEASES.md Document automated releases 2023-01-28 15:34:21 +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.

Download now

App Screenshots

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.

📲 Download

Android

This repository's GitHub releases contains APKs, built straight from source. These builds keep themselves updated, without relying on third party stores.

You can alternatively install the build from PlayStore or F-Droid.

Get it on Google Play

Get it on F-Droid

iOS

Download on AppStore

Desktop

Support for desktop platforms (Linux, Mac and Windows) is a work in progress.

Please this repo to be notified of updates.

🔩 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

For maintainers, there is additional documentation on automatically publishing the main branch to App store, Play store and GitHub releases.

🙋‍♂️ Support

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

If you have feature requests, please create a GitHub issue.

If you wish to support us, please star this project.

💜 Community