Bez popisu

Neeraj Gupta 0c4e5b7da6 Improve UX for login via password před 1 rokem
.github 4d13ca6c1d Use env variable to identify Github APKs před 1 rokem
.vscode ef0c302c94 Add configuration for production builds for Android před 2 roky
android 4148c8fdf9 bump kotlin version před 2 roky
architecture 00372208a4 Update Architecture folder structure před 2 roky
assets fa0ac608f4 Add illustration for the lock screen před 2 roky
coverage 9728a0f224 Hello, world před 2 roky
fastlane ecdeb2c8ae Update changelog and description před 2 roky
flutter d5249d40cb Add flutter as submodule před 2 roky
fonts 9728a0f224 Hello, world před 2 roky
ios 16d90d33f5 Upgrade CryptoUtil před 2 roky
lib 0c4e5b7da6 Improve UX for login via password před 1 rokem
linux e0b952e516 Configure Sentry před 2 roky
macos 16d90d33f5 Upgrade CryptoUtil před 2 roky
migration-guides 007de8bb87 Document encrypted export format před 1 rokem
protos bd8cc72dfd Add proto for Google Auth před 1 rokem
screenshots 6dd3903c78 Add screenshots před 2 roky
test 7d5bbfdadd Add test před 1 rokem
web 9728a0f224 Hello, world před 2 roky
windows d67df6b4b5 Bump version and add generated changes před 2 roky
.gitignore 9728a0f224 Hello, world před 2 roky
.gitmodules d5249d40cb Add flutter as submodule před 2 roky
.metadata 9728a0f224 Hello, world před 2 roky
LICENSE ed3aafa7fc Fix licence to GPL-3.0 před 2 roky
README.md 64c712efd9 Update README.md před 2 roky
RELEASES.md 7666c4e053 Document automated releases před 2 roky
SECURITY.md 61e6e0ffaa Define responsible disclosure policy před 2 roky
analysis_options.yaml 396cd87bbe Lint: ignore flutter submodule před 2 roky
coverage_badge.svg 9728a0f224 Hello, world před 2 roky
crowdin.yml 862bea5a18 Add crowdin config před 2 roky
fdroid_flutter_icons.yaml b0eb0413f0 Separate icon config for fdroid před 2 roky
l10n.yaml 9728a0f224 Hello, world před 2 roky
pubspec.lock ea6eb1368c Add support for viewing qrCode před 1 rokem
pubspec.yaml 3f0cd893b2 Bump version to 1.0.52+52 před 1 rokem

README.md

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/provider.com:you@email.com?secret=YOUR_SECRET
    

    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

iPhone / Apple Silicon

Download on AppStore

Web

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

Desktop

Support for desktop platforms (Linux, Windows and older Macs) 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, 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.

🙋‍♂️ 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.

🙌 Translation

Crowdin

If you're interested in helping out with translation, please visit our Crowdin project to get started. Thank you for your support.

💜 Community