[PR #2630] [PM-3092] Clarify argon2 ios autofill warning #3693

Closed
opened 2025-11-26 23:36:11 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/2630

State: closed
Merged: Yes


Type of change

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

Objective

#2560 Added a warning for iOS users since iOS autofill might crash with too high memory usage caused by argon2. This PR clarifies the message by adding biometric unlock as another option to resolve the issue. When using biometrics to unlock, the KDF is circumvented entirely and thus the issue does not occur (without the user changing their KDF settings).

Code changes

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
**Original Pull Request:** https://github.com/bitwarden/android/pull/2630 **State:** closed **Merged:** Yes --- ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [x] Other ## Objective #2560 Added a warning for iOS users since iOS autofill might crash with too high memory usage caused by argon2. This PR clarifies the message by adding biometric unlock as another option to resolve the issue. When using biometrics to unlock, the KDF is circumvented entirely and thus the issue does not occur (without the user changing their KDF settings). ## 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--> * [AppResources.resx](https://github.com/bitwarden/mobile/compare/master...quexten:feature/clarify-ios-argon2-warning?expand=1#diff-ff9e117a0afa143ff240c20739b24823fe76ac8d59e6d06a626fd269e7be73de) Clarify the warning ## 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
GiteaMirror added the pull-request label 2025-11-26 23:36:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3693