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

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

Repository

  • LicenseAGPL-3.0
  • Created01 Nov 22
  • Primary languageDart
  • Size724,555 KB
  • Stars28,376
  • Forks1,762
  • Watchers28,376

Language Usage

Language Usage

Project Health

  • Last commit2 days ago
  • Open issues330
  • Latest releasev2.0.34

Top Contributors

Recent Commits

  • Ashil(17 Aug 26)

    [mobile][photos] fix panic in file properties logic (#12252)

  • Laurens Priem(17 Aug 26)

    [mobile][locker] Add document scanner (#12240) ## What Document scanning for Ente Locker — PR 2 of 2, on top of the FRB wiring from #12227. - Adds a Rust document-scanning pipeline to `ente-ml`: ONNX segmentation (256px mask), quad detection with orientation-aware contour scoring, perspective correction, and color/grayscale enhancement including shadow removal — plus a small internal CV toolkit (`ml/src/cv`: canny, bilateral, Lab, morphology, warps) and YUV_420_888/BGRA ingestion for live preview detection. - Exposes it through the Locker FRB bridge: an opaque `ScannerSession` (creation auto-downloads the sha256-pinned segmentation model via ente-assets), live detection, capture processing, and reprocessing; panics are caught at the FFI boundary. - Wires ONNX Runtime into Locker: Ente's prebuilt webgpu AAR via an Ivy repo with Gradle dependency verification on Android; the EnteOnnxRuntime static xcframework and an iOS 15.1 deployment target on iOS. - Locker UI: capture page with live quad overlay, torch, and auto/manual capture; crop and review pages (reorder, rotate, rename); multi-page PDF assembly; upload through the normal collection flow or native share. Hidden behind the local `docScannerEnabled` flag (off) pending model hosting on models.ente.com. ## Tests - `cargo test -p ente-ml` green, including scan integration tests against the real model; clippy/fmt and `flutter analyze` clean. - Debug APK and iOS simulator builds verified; the APK contains `libente_locker_frb.so` and `libonnxruntime.so`. - Emulator end-to-end with the flag enabled: capture → review → Save to Ente → file uploaded, with scanner session/capture log lines confirmed. With the flag off, the scan entry is hidden.

  • aspizu(17 Aug 26)

    [mobile][photos] add trash button to local gallery mode (#12247) <img width="372" height="329" alt="image" src="https://github.com/user-attachments/assets/8aa55b85-77f3-4024-a72e-21342c46d223" />

  • Priyanshu Dangare(17 Aug 26)

    [mobile][photos] fix panic in file properties logic

  • Priyanshu Dangare(17 Aug 26)

    [mobile][photos] dont dismiss sheets if auth denied for trash page route

  • Aswin Asok(17 Aug 26)

    [web][albums] Center align description (#12245)

  • Neeraj(17 Aug 26)

    [rust][photos] Move map clustering to Rust (#12246) - Move photo map clustering from a Dart isolate into the existing Photos Rust crate and expose it through the Photos bridge. - On the iOS simulator, clustering 18,787 visible images took 42.9 ms end-to-end versus the previously recorded 90–154 ms in Dart (2.1–3.6x faster). Validation: Rust codegen, format, clippy, and tests; mobile format, analysis, and full test matrix.

  • Priyanshu Dangare(17 Aug 26)

    [mobile][photos] move authentication check into showTrashPage

  • aspizu(17 Aug 26)

    [mobile] Add floating action button component (#12117) ## What changed - add a reusable floating action button to `ente_components` - support primary and secondary styles with icon-only, label-only, and icon-plus-label content - handle async taps with guarded loading and success states - add the component to the catalog with light and dark theme previews - link the component to its Figma spec ## Why This gives mobile apps one shared FAB that follows the Ente design system and the same async execution rules as the existing button components. ## Checks - `fvm dart analyze lib/components/buttons/fab_component.dart example/lib/main.dart`

  • Shanthy(17 Aug 26)

    [Docs] Add Guest view documentation (#12182)

  • Neeraj(17 Aug 26)

    [mobile][photos] Localize Library Sharing (#12241) - Add Library Sharing copy to the shared localization catalog and use generated localized accessors. - Add the Photos release-note fragment for Library Sharing. Validated with source checks, formatting, Rust lints, Photos analysis, and the full mobile test matrix.

  • Priyanshu Dangare(17 Aug 26)

    [mobile][photos] add trash button to local gallery mode

  • Manav Rathi(17 Aug 26)

    [server] Improve Museum deployment readiness check (#12244)

  • laurenspriem(17 Aug 26)

    Fix scanner orientation and crop dimensions

  • Neeraj Gupta(17 Aug 26)

    Move photo map clustering to Rust

  • Priyanshu Dangare(17 Aug 26)

    [mobile] remove custom default size from hugeicons icon in fab component icon widget theme

  • Priyanshu Dangare(14 Aug 26)

    [mobile] remove doc comments from fab component

  • Priyanshu Dangare(13 Aug 26)

    [mobile][photos] update usage of renamed device trash service

  • Priyanshu Dangare(12 Aug 26)

    [mobile][photos] fix import style

  • Priyanshu Dangare(12 Aug 26)

    [mobile][photos] Hide delete all for empty trash

  • Priyanshu Dangare(12 Aug 26)

    [mobile][photos] Update empty trash confirmation

  • Priyanshu Dangare(12 Aug 26)

    [mobile][photos] fix wounds from conflict resolution

  • Priyanshu Dangare(12 Aug 26)

    [mobile] Simplify FAB execution handling

  • Priyanshu Dangare(12 Aug 26)

    [mobile] Export FAB component

  • Priyanshu Dangare(11 Aug 26)

    [mobile][photos] Hide trash FAB during selection

  • Priyanshu Dangare(11 Aug 26)

    [mobile][photos] Add trash delete-all FAB

  • Priyanshu Dangare(11 Aug 26)

    [mobile] Add floating action button component

  • Priyanshu Dangare(11 Aug 26)

    [mobile][photos] replace system trash ID with local ID

  • Priyanshu Dangare(10 Aug 26)

    [mobile][photos] Clarify recoverable delete copy

  • Priyanshu Dangare(10 Aug 26)

    [mobile][photos] Confirm permanent trash deletion

Ente Auth Security

Security Advisories (2)

  • highPatchedCVSS 7.1

    GHSA-2hxj-953x-c2vwAccepted emergency contact can bypass the recovery notice period

  • mediumPatched

    GHSA-v6x7-rrch-9q9w2of3 cards v1 contain a checksum that enables offline guessing of low-entropy secrets

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 Address104.18.7.241
  • LocationSan Francisco,California,United States of America,NA
  • ISPCloudFlare Inc.
  • ASNAS13335

Associated Countries

  • USUS

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

Native4.00/ 417 ratings
microG4.00/ 417 ratings
  • GrapheneOSNative4.0 / 4(13)
  • CalyxOSmicroG4.0 / 4(9)
  • LineageOSmicroG4.0 / 4(5)
  • CalyxOSNative4.0 / 4(2)

Tested on Android 11–16 · Updated 24 Jul 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 282 users

Version Info

  • Current Versionv4.4.25
  • Last Updated03 Aug 26
  • First Released27 Nov 22
  • Minimum iOS Version13.0
  • Device Models Supported127

App Details

  • IPA Size89.14 Mb
  • PriceFree (USD)
  • Age Advisory4+
  • Supported Languages1
  • DeveloperEnte Technologies, Inc.
  • Bundle IDio.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

Edit Ente Auth Data

You can edit Ente Auth's entry in this section of awesome-privacy.yml by submitting a PR to our GitHub repo.
Note that some of the information shown above has been aggregated from external sources, a list of these can be found data documentation.

Origin Data

Modify Data

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!