Ente Auth

ente.io/auth
Ente Auth

Ente Auth is a free and open-source app which stores and generates TOTP tokens. It can be used with an online account to backup and sync your tokens across your devices (and access them via a web interface) in a secure, end-to-end encrypted fashion. It can also be used offline on a single device with no account necessary.

Open Source

Ente Auth Privacy Policy

Privacy Policy Summary

  • This service has a no refund policy with some exceptions
  • There is a date of the last update of the agreements
  • Instead of asking directly, this Service will assume your consent merely from your usage.
  • The service provider makes no warranty regarding uninterrupted, timely, secure or error-free service
  • Invalidity of any portion of the Terms of Service does not entail invalidity of its remainder
  • This service is only available to users over a certain age
  • Failure to enforce any provision of the Terms of Service does not constitute a waiver of such provision
  • This service can use your content for all their existing and future services
  • The service does not guarantee that software errors will be corrected
  • Other applicable rules, terms, conditions or guidelines
  • The service is provided 'as is' and to be used at your sole risk
  • The service may keep a secure, anonymized record of your data for analytical purposes even after the data retention period
  • You are prohibited from attempting to gain unauthorized access to other computer systems
  • The service does not guarantee accuracy or reliability of the information provided
  • The court of law governing the terms is in Bengaluru, India
  • Your personal data is not sold
  • The service claims to be GDPR compliant for European users
  • User-generated content is encrypted, and this service cannot decrypt it
  • You can request access, correction and/or deletion of your data
  • This Service provides a list of Third Parties involved in its operation.
  • You are responsible for maintaining the security of your account and for the activities on your account
  • Some personal data may be kept for business interests or legal obligations
  • This service holds onto content that you've deleted
  • Your data is processed and stored in a country that is friendlier to user privacy protection
  • Information is provided about how your personal data is used
  • When the service wants to make a material change to its terms, you are notified at least 30 days in advance

Score

C

Documents

Domains Covered by Policy

  • ente.io
  • web.ente.io

About the Data

This data is kindly provided by tosdr.org. Read full report at: #5256

Ente Auth Source Code

Author

ente-io

Description

💚 End-to-end encrypted cloud for everything.

#2fa#android#authy#e2ee#encryption#end-to-end-encryption#flutter#golang#google-photos#google-photos-alternative#ios#opensource#photos#privacy#privacy-tools#typescript#zero-knowledge

Homepage

https://ente.com

License

AGPL-3.0

Created

01 Nov 22

Last Updated

09 Jun 26

Latest version

v2.0.34

Primary Language

Dart

Size

678,366 KB

Stars

27,021

Forks

1,645

Watchers

27,021

Language Usage

Language Usage

Star History

Star History

Top Contributors

Recent Commits

  • Manav Rathi (09 Jun 26)

    [server] Fix in-memory rate limiter keys (#10889)

  • Ashil (09 Jun 26)

    [photos] Start Photos 1.3.57 (#10888)

  • Manav Rathi (09 Jun 26)

    [server] Reduce Listmonk unsubscribe alert noise (#10884)

  • ente-ci[bot] (09 Jun 26)

    Start Photos 1.3.57

  • Manav Rathi (09 Jun 26)

    Reuse limiter memory cache

  • Manav Rathi (09 Jun 26)

    Move rate limiter cleanup off request path

  • Manav Rathi (09 Jun 26)

    Fix in-memory rate limiter keys

  • Manav Rathi (09 Jun 26)

    [docs] Use GitHub-style alerts for doc callouts (#10887)

  • Manav Rathi (09 Jun 26)

    [infra] Normalize release notes changelog sync (#10886)

  • Manav Rathi (09 Jun 26)

    [docs] Update auth help changelog for v4.4.23 (#10881)

  • Manav Rathi (09 Jun 26)

    Format Ensu docs

  • Manav Rathi (09 Jun 26)

    Fix auth changelog formatting

  • Manav Rathi (09 Jun 26)

    Fix FAQ schema alert sanitization

  • Manav Rathi (09 Jun 26)

    Normalize release notes changelog sync

  • Ashil (09 Jun 26)

    [mob][photos] Update Gallery Appbars to follow new design (#10846)

  • Manav Rathi (09 Jun 26)

    Use GitHub-style alerts for doc callouts

  • Manav Rathi (09 Jun 26)

    [web] Update web and desktop dev dependencies (#10883)

  • Manav Rathi (09 Jun 26)

    Suppress listmonk missing subscriber alerts

  • Manav Rathi (09 Jun 26)

    Classify listmonk lookup status errors

  • Manav Rathi (09 Jun 26)

    Replace deprecated Hugeicons package

  • Manav Rathi (09 Jun 26)

    Update patch dev dependencies

  • Manav Rathi (09 Jun 26)

    Update web dev dependencies

  • Ashil (09 Jun 26)

    [mobile] Upgrade media_kit to 1.2.2 from pub.dev (#10882) ## Description Disposing a media_kit player (motion/live photos and videos) could abort with "Callback invoked after it has been deleted" — libmpv's wakeup fired the Dart FFI callback after it was freed during teardown. The race was latent until the Flutter 3.38 upgrade in 1.3.54 turned it into a hard VM abort, spiking crashes on Android and iOS. media_kit 1.2.2 fixes the teardown ordering. Bump from the pinned 1.2.0 git ref to 1.2.2. Note: The [issue](https://github.com/media-kit/media-kit/issues/1348) is still open on media kit. I've tested and verified that the issue is resolved after upgrading to v1.2.2 Tested on Android: motion photo → swipe → play another, and video → swipe → play — no longer crashes. ## Tests - Video streaming works - No observed regressions on media kit player Todo: Testing on physical iOS device

  • Neeraj (09 Jun 26)

    [mob][photos] Revert gallery download metadata preservation (#10866) ## Summary - Revert PR #10779 changes that preserved date and location metadata during gallery downloads - Restore the previous `photo_manager` dependency state and gallery save behavior - Replace the unreleased Photos change note for the reverted behavior ## Tests - [x] `flutter analyze .` from `mobile/apps/photos`

  • ashilkn (09 Jun 26)

    [mobile] Upgrade media_kit to 1.2.2 from pub.dev The media_kit deps were pinned to git ref c9617f5, which crashed the app after the upgrade to Flutter 3.38. Moving to the released pub.dev versions fixes the crash. Move media_kit, media_kit_video, and media_kit_libs_video from git refs to hosted pub.dev versions: - media_kit 1.2.2 - media_kit_video 2.0.0 (pinned exactly; 2.0.1 requires media_kit >=1.2.3) - media_kit_libs_video 1.0.7 (pulls media_kit_libs_ios_video 1.1.4 transitively) Drop the now-redundant media_kit* dependency_overrides from both pubspec.yaml and the melos-managed pubspec_overrides.yaml. The iOS Podfile.lock/pbxproj changes reflect media_kit_video 2.0.0 dropping its volume_controller dependency. Co-Authored-By: Claude Opus 4.8 <[email protected]>

  • aspizu (09 Jun 26)

    [mobile][photos] Fix settings drawer back handling (#10878) ## Description Fixes Android back handling for the Photos settings drawer by tracking the drawer state through the `ScaffoldState` instead of a local variable recreated during rebuilds. This lets the back action close the settings drawer when it is open before falling back to moving the Android task to the background. Also uses the same scaffold key when closing the drawer during the unauthenticated/local-gallery body flow. Discussion: https://github.com/ente-io/ente/discussions/10855 ## Testing Tested locally on my device (Pixel 8a)

  • ente-ci[bot] (09 Jun 26)

    Update auth help changelog for v4.4.23

  • Priyanshu Dangare (09 Jun 26)

    Fix Android back navigation with drawer

  • Manav Rathi (09 Jun 26)

    Use GitHub-style alerts for self-hosting doc callouts

  • Manav Rathi (09 Jun 26)

    [server] Preserve previous museum image before deploy (#10879)

Ente Auth Website

Website

301 Moved Permanently

Redirects

Redirects to https://ente.com/auth/

Security Checks

1 security checks failed (64 passed)

  • External Redirect Detected

Server Details

  • IP Address 104.18.7.241
  • Location San Francisco, California, United States of America, NA
  • ISP CloudFlare Inc.
  • ASN AS13335

Associated Countries

  • US US

Safety Score

Website marked as safe

100%

Blacklist Check

ente.io was found on 0 blacklists

  • AntiSocial Blacklist
  • Artists Against 419
  • Badbitcoin
  • Bambenek Consulting
  • CERT Polska
  • CoinBlockerLists
  • CRDF
  • CryptoScamDB
  • EtherAddressLookup
  • EtherScamDB
  • Fake Website Buster
  • MetaMask EthPhishing
  • NABP Not Recommended Sites
  • OpenPhish
  • PetScams
  • PhishFeed
  • PhishFort
  • Phishing.Database
  • PhishStats
  • PhishTank
  • Phishunt
  • RPiList Not Serious
  • Scam.Directory
  • SecureReload Phishing List
  • Spam404
  • StopGunScams
  • Suspicious Hosting IP
  • ThreatFox
  • ThreatLog
  • TweetFeed
  • URLhaus
  • ViriBack C2 Tracker

Website Preview

Website preview

Ente Auth Android App

APK Info

De-Googled Compatibility

Native 4.00 / 4 15 ratings
microG 4.00 / 4 16 ratings
  • GrapheneOS Native 4.0 / 4 (11)
  • CalyxOS microG 4.0 / 4 (9)
  • LineageOS microG 4.0 / 4 (4)
  • CalyxOS Native 4.0 / 4 (2)

Tested on Android 11–16 · Updated 04 Jun 26 · View on Plexus →

Trackers

  • Sentry

Permissions

  • Access Network State
  • Camera
  • Internet
  • Post Notifications
  • Read External Storage
  • Use Biometric
  • Use Fingerprint
  • Vibrate
  • Write External Storage
  • Dynamic Receiver Not Exported Permission

Ente Auth iOS App

App Info

Ente Auth - 2FA Authenticator

Ente's Authenticator app helps you generate and store 2 step verification (2FA) tokens on your mobile devices. FEATURES SECURE BACKUPS Auth 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 SYNC Auth will automatically sync the 2FA tokens you add to your account, across all your devices on mobile & desktop. Every new device you sign into will have access to these tokens. WEB ACCESS You can access your 2FA tokens on any device by using https://auth.ente.io. OFFLINE MODE Auth generates 2FA tokens offline, so your network connectivity will not get in the way of your workflow. IMPORT AND EXPORT You can add tokens to ente by one of the following methods: - Scanning a QR code - Manually entering (copy-pasting) a 2FA secret - Bulk importing from a file that contains a list of codes in the following format: otpauth://totp/provider.com:[email protected]?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. TERMS https://ente.io/terms

Rating

Rated 4.66 out of 5 stars by 274 users

Version Info

  • Current Version v4.4.23
  • Last Updated 09 Jun 26
  • First Released 27 Nov 22
  • Minimum iOS Version 13.0
  • Device Models Supported 127

App Details

  • IPA Size 84.20 Mb
  • Price Free (USD)
  • Age Advisory 4+
  • Supported Languages 1
  • Developer Ente Technologies, Inc.
  • Bundle ID io.ente.auth

Screenshots

  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot
  • App screenshot

Ente Auth Reviews

More 2-Factor Authentication

About the Data: Ente Auth

Change History

API

You can access Ente Auth's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/v1/services/ente-auth

The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.

Share Ente Auth

Help your friends compare 2-Factor Authentication, and pick privacy-respecting software and services.
Share Ente Auth and Awesome Privacy with your network!

View 2-Factor Authentication (11)