[PR #2835] [CLOSED] [PM-4104] Individual vault item encryption for Passkeys #79073

Closed
opened 2026-05-19 16:41:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2835
Author: @fedemkr
Created: 10/20/2023
Status: Closed

Base: masterHead: vault/pm-4104/individual-item-enc-passkeys


📝 Commits (2)

  • 1414001 PM-4104 Enabled new cipher key encryption on creation
  • 4c58484 Merge branch 'master' into vault/pm-4104/individual-item-enc-passkeys

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/Core/Services/CipherService.cs (+1 -1)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Prepare this branch to test individual vault item encryption for Passkeys.

Code changes

  • CipherService: Enable/Disable new individual vault item encryption on creation based on QA needs.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 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/2835 **Author:** [@fedemkr](https://github.com/fedemkr) **Created:** 10/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `vault/pm-4104/individual-item-enc-passkeys` --- ### 📝 Commits (2) - [`1414001`](https://github.com/bitwarden/android/commit/1414001e53c78194da1cfd61e2d2a91aaaa90479) PM-4104 Enabled new cipher key encryption on creation - [`4c58484`](https://github.com/bitwarden/android/commit/4c584845f377b5315e56aaf6e66180cbbff425b5) Merge branch 'master' into vault/pm-4104/individual-item-enc-passkeys ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Services/CipherService.cs` (+1 -1) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [X] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Prepare this branch to test individual vault item encryption for Passkeys. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **CipherService:** Enable/Disable new individual vault item encryption on creation based on QA needs. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <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-05-19 16:41:53 -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#79073