[PR #6891] [MERGED] PM-24225: feat: Support V2 encryption in user password flow #107155

Closed
opened 2026-06-03 13:33:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6891
Author: @david-livefront
Created: 5/8/2026
Status: Merged
Merged: 5/8/2026
Merged by: @david-livefront

Base: mainHead: PM-24225-v2-encryption-password


📝 Commits (1)

  • 7cba8ee PM-24225: Support V2 encryption in user password flow

📊 Changes

6 files changed (+159 additions, -1 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 (+29 -0)
📝 app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt (+17 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceTest.kt (+64 -0)
📝 app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt (+36 -0)
📝 gradle/libs.versions.toml (+1 -1)

📄 Description

🎟️ Tracking

PM-24225

📔 Objective

This PR adds support for V2 encryption for the user password flow.


🔄 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/6891 **Author:** [@david-livefront](https://github.com/david-livefront) **Created:** 5/8/2026 **Status:** ✅ Merged **Merged:** 5/8/2026 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `PM-24225-v2-encryption-password` --- ### 📝 Commits (1) - [`7cba8ee`](https://github.com/bitwarden/android/commit/7cba8ee3a9cf181829ad49a3f2fcfd3cafead2fe) PM-24225: Support V2 encryption in user password flow ### 📊 Changes **6 files changed** (+159 additions, -1 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` (+29 -0) 📝 `app/src/main/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryImpl.kt` (+17 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/datasource/sdk/AuthSdkSourceTest.kt` (+64 -0) 📝 `app/src/test/kotlin/com/x8bit/bitwarden/data/auth/repository/AuthRepositoryTest.kt` (+36 -0) 📝 `gradle/libs.versions.toml` (+1 -1) </details> ### 📄 Description ## 🎟️ Tracking [PM-24225](https://bitwarden.atlassian.net/browse/PM-24225) ## 📔 Objective This PR adds support for V2 encryption for the user password flow. [PM-24225]: https://bitwarden.atlassian.net/browse/PM-24225?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-06-03 13:33:41 -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#107155