Bitwarden Authenticator generates verification codes for two-factor authentication using industry-standard TOTP. Simple, intuitive interface works with any website or application that uses time-based one-time passwords. From Bitwarden, the password manager trusted by millions.
This app did not meet one of the trust checks in this assessment.
The five trust checks
Quick Verdict
Best for: Managing two-factor codes without cloud dependency
What It Means For You
Authentication secrets and TOTP codes remain on the device. The build includes Firebase Crashlytics for crash reporting and Firebase Cloud Messaging for push notifications; no advertising or behavioral analytics SDKs are present. Cross-app data access is limited to other Bitwarden apps from the same developer.
Quick Verdict
Best for: Managing two-factor codes without cloud dependency
What It Means For You
Authentication secrets and TOTP codes remain on the device. The build includes Firebase Crashlytics for crash reporting and Firebase Cloud Messaging for push notifications; no advertising or behavioral analytics SDKs are present. Cross-app data access is limited to other Bitwarden apps from the same developer.
Method and Limitations
Static analysis only. CITT reviewed the code of this build without running the app, so runtime behavior was not observed. The findings below describe the analyzed build and may not reflect server-side controls or later versions. CITT makes no determination about compliance with any law or platform policy; it reports what the artifacts contain and cites the published guidance so a reader can compare.
Data Security
1 totalCode Security
2 totalVersion diff is on the Developer plan. See developer plans.
Context Tags
Package
com.bitwarden.authenticator
Version
2026.7.0 (versionCode 1805)
Analysis Date
Aug 13, 2026
Classes Analyzed
11,264
Feedback helps us improve our analysis
The backup configuration is the primary concern: the TOTP secrets database is explicitly included in both Google cloud backups and device-to-device transfers, with no exclusion rule for this file. The app demonstrates strong practices otherwise, including on-device code generation, no advertising SDKs, and well-protected cryptographic keys for biometric unlock. The overall score reflects the impact of this storage configuration against an otherwise strong security and privacy profile.
Data Security: 1 finding (1 high)
Network Security: 0 findings
Code Safety: 2 findings (2 low)
Privacy: 0 findings
Third parties that may receive data from the app:
Security: 82/100
Privacy: 35/100
Observations about disclosure, each stated against the published guidance so a reader can compare:
data_extraction_rules.xml to prevent sensitive files from entering cloud backups. The analyzed build's backup configuration includes a database wildcard rule covering the entire database directory, including the TOTP secrets database, with no exclusion rule for that file. A reader comparing the disclosure with the backup configuration would note this gap.Encrypt the authentication database
Adding a separate encryption layer to the local TOTP secrets database would reduce risk if the backup is accessed by an unauthorized party or a device is transferred.
Exclude the authentication database from cloud backups
Adding an explicit exclusion for the TOTP secrets database in the backup configuration would prevent it from being included in Google cloud backups and device-to-device transfers.
Crash reporting opt-out
Providing users a visible control to opt out of crash data sharing before or during first use would give people more control over what app performance data is sent to Google.
App Type: Two-factor authentication, high sensitivity
Classes Analyzed: 11,264
Third-Party Services: 3
Context Tags: sensitive_data, camera
This security analysis was conducted by CITT (Can I Trust That), an independent security analysis service. The analysis is static code review of Android applications, intended to help people make informed decisions about app security and privacy.
Developer: Bitwarden Inc.
Version: 2026.7.0 (Build 1805)
Analysis Date: 2026-08-13
Package: com.bitwarden.authenticator
Developer not yet contacted