[PR #6821] PM-27241: feat: TDE encryption v2 #43986

Open
opened 2026-04-23 22:39:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6821
Author: @david-livefront
Created: 4/22/2026
Status: 🔄 Open

Base: mainHead: PM-27241-tde-v2-encryption


📝 Commits (1)

  • b5f6dd7 PM-27241: TDE encryption v2

📊 Changes

8 files changed (+618 additions, -208 deletions)

View changed files

📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSource.kt (+12 -0)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceImpl.kt (+23 -0)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt (+138 -71)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/di/AuthRepositoryModule.kt (+3 -0)
app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/util/WrappedAccountCryptographicStateExtensions.kt (+41 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceTest.kt (+48 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt (+299 -137)
app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/util/WrappedAccountCryptographicStateExtensionsTest.kt (+54 -0)

📄 Description

🎟️ Tracking

PM-27241

📔 Objective

This PR adds the updated v2 encryption flow for a SSO TDE new user.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6821 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 4/22/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `PM-27241-tde-v2-encryption` --- ### 📝 Commits (1) - [`b5f6dd7`](https://github.com/bitwarden/android/commit/b5f6dd7f4e422b26b3a11644fa8ebdfe0769c1f7) PM-27241: TDE encryption v2 ### 📊 Changes **8 files changed** (+618 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSource.kt` (+12 -0) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceImpl.kt` (+23 -0) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt` (+138 -71) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/di/AuthRepositoryModule.kt` (+3 -0) ➕ `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/util/WrappedAccountCryptographicStateExtensions.kt` (+41 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceTest.kt` (+48 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt` (+299 -137) ➕ `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/util/WrappedAccountCryptographicStateExtensionsTest.kt` (+54 -0) </details> ### 📄 Description ## 🎟️ Tracking [PM-27241](https://bitwarden.atlassian.net/browse/PM-27241) ## 📔 Objective This PR adds the updated v2 encryption flow for a SSO TDE new user. [PM-27241]: https://bitwarden.atlassian.net/browse/PM-27241?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 22:39:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#43986