Fully open source, End to End Encrypted alternative to Google Photos and Apple Photos
Go to file
2023-09-02 09:58:42 +05:30
.github Add Contribution doc 2023-09-02 09:58:42 +05:30
.vscode Add configuration for production builds for Android 2022-11-14 18:12:07 +05:30
android bump kotlin version 2023-07-13 22:00:40 +05:30
architecture Update Architecture folder structure 2022-12-09 21:50:36 +05:30
assets Create a custom icon for Github 2023-08-19 21:08:03 +05:30
coverage Hello, world 2022-11-01 11:43:06 +05:30
fastlane/metadata/android/en-US Update changelog and description 2023-05-07 14:33:02 +05:30
flutter@f468f3366c [Flutter-submodule] Update to 3.10.6 2023-08-19 07:49:04 +05:30
fonts Hello, world 2022-11-01 11:43:06 +05:30
ios Upgrade flutter: 3.10.6 2023-08-18 20:03:33 +05:30
lib Update _getProviderTitle to split on parentheses 2023-08-24 22:05:11 +02:00
linux Configure Sentry 2022-11-14 13:58:09 +05:30
macos Upgrade flutter: 3.10.6 2023-08-18 20:03:33 +05:30
migration-guides Document encrypted export format 2023-08-03 16:31:41 +05:30
protos Add proto for Google Auth 2023-08-01 08:04:45 +05:30
screenshots Update screenshots 2023-08-17 23:32:13 +05:30
test Add test 2023-08-10 12:25:47 +05:30
web Hello, world 2022-11-01 11:43:06 +05:30
windows Bump version and add generated changes 2023-07-13 21:02:09 +05:30
.gitignore Hello, world 2022-11-01 11:43:06 +05:30
.gitmodules Add dependency on Simple Icons 2023-08-17 22:07:27 +05:30
.metadata Hello, world 2022-11-01 11:43:06 +05:30
analysis_options.yaml Lint: ignore flutter submodule 2023-07-20 15:58:51 +05:30
CONTRIBUTING.md Add Contribution doc 2023-09-02 09:58:42 +05:30
coverage_badge.svg Hello, world 2022-11-01 11:43:06 +05:30
crowdin.yml Add crowdin config 2023-03-18 11:39:47 +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.10.6 2023-08-18 20:03:33 +05:30
pubspec.yaml bump version: 1.0.56+56 2023-08-28 18:57:10 +05:30
README.md Add Contribution doc 2023-09-02 09:58:42 +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

Build Crowdin Matrix

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 other popular 2FA apps and from a file that contains a list of codes in the following format:.
    otpauth://totp/provider.com:you@email.com?secret=YOUR_SECRET
    

You can export the codes you have added to ente, to either an encrypted or plain text file.

📲 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

iPhone / Apple Silicon

Download on AppStore

Web / Desktop

You can view your 2FA codes at auth.ente.io. For adding or managing your secrets, please use our mobile app.

🔩 Architecture

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

🧑‍💻 Contribute

Please refer to the contribution guide if you wish to add an icon, assist with translation, or develop new features.

You can also support us by giving this project a star on GitHub or by leaving a review on PlayStore, AppStore or AlternativeTo.

🧑‍💻 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, setup your keystore and 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.

🙋‍♂️ Help

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.

💜 Community