[PR #2732] [MERGED] [PM-3675] migrate old enc key #45378

Closed
opened 2026-04-26 12:40:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2732
Author: @jlf0dev
Created: 8/29/2023
Status: Merged
Merged: 10/27/2023
Merged by: @jlf0dev

Base: masterHead: clear-enc-key


📝 Commits (2)

  • 41ac3e2 migrate old enc key
  • 1e0ef22 Merge branch 'master' into clear-enc-key

📊 Changes

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

View changed files

📝 src/Core/Services/CryptoService.cs (+6 -0)

📄 Description

Type of change

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

Objective

migrate old enc key if needed during the Auto/Bio migration. If PIN hasn't been migrated yet, we must keep the key around.

Code changes

  • file.ext: Description of what was changed and why

Screenshots

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/2732 **Author:** [@jlf0dev](https://github.com/jlf0dev) **Created:** 8/29/2023 **Status:** ✅ Merged **Merged:** 10/27/2023 **Merged by:** [@jlf0dev](https://github.com/jlf0dev) **Base:** `master` ← **Head:** `clear-enc-key` --- ### 📝 Commits (2) - [`41ac3e2`](https://github.com/bitwarden/android/commit/41ac3e2bd2c1bae52b289a9c883077fe06a17621) migrate old enc key - [`1e0ef22`](https://github.com/bitwarden/android/commit/1e0ef229069ff8aace8f809754a40c5fe3f36838) Merge branch 'master' into clear-enc-key ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Services/CryptoService.cs` (+6 -0) </details> ### 📄 Description ## Type of change - [x] Bug fix - [ ] 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--> migrate old enc key if needed during the Auto/Bio migration. If PIN hasn't been migrated yet, we must keep the key around. ## 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--> * **file.ext:** Description of what was changed and why ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## 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-26 12:40:07 -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#45378