[PR #2628] [MERGED] [PM-1564] Export individual item cipher key #29700

Closed
opened 2026-04-18 13:37:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2628
Author: @aj-rosado
Created: 7/19/2023
Status: Merged
Merged: 8/15/2023
Merged by: @aj-rosado

Base: feature/PM-115-encryption-update-new-modelHead: feature/PM-1564-export-cipher-key


📝 Commits (3)

  • 2153a85 Added Key value to the cipher export model
  • 6df3afe Merge branch 'master' into feature/PM-1564-export-cipher-key
  • 858abf5 Merge branch 'feature/PM-115-encryption-update-new-model' into feature/PM-1564-export-cipher-key

📊 Changes

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

View changed files

📝 src/Core/Models/Export/Cipher.cs (+4 -0)

📄 Description

Type of change

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

Objective

Add Key to the Cipher Export model when creating an account protected export

Code changes

  • Core/Models/Export/Cipher.cs: Added the new Cipher Encryption Key as an encrypted value on the export model

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/2628 **Author:** [@aj-rosado](https://github.com/aj-rosado) **Created:** 7/19/2023 **Status:** ✅ Merged **Merged:** 8/15/2023 **Merged by:** [@aj-rosado](https://github.com/aj-rosado) **Base:** `feature/PM-115-encryption-update-new-model` ← **Head:** `feature/PM-1564-export-cipher-key` --- ### 📝 Commits (3) - [`2153a85`](https://github.com/bitwarden/android/commit/2153a8520bd883c69733ed4c2c9eb10916c4ec4b) Added Key value to the cipher export model - [`6df3afe`](https://github.com/bitwarden/android/commit/6df3afe62ba3fbf3bffbf335df95a6960d2eb3ac) Merge branch 'master' into feature/PM-1564-export-cipher-key - [`858abf5`](https://github.com/bitwarden/android/commit/858abf51b3e381449752a0a99e8d330ed21b5b15) Merge branch 'feature/PM-115-encryption-update-new-model' into feature/PM-1564-export-cipher-key ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Models/Export/Cipher.cs` (+4 -0) </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 Add `Key` to the Cipher Export model when creating an account protected export ## Code changes * **Core/Models/Export/Cipher.cs:** Added the new `Cipher Encryption Key` as an encrypted value on the export model ## 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-04-18 13:37: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#29700