[PM-33267] Password history encryption and email forwarding encrypting using local data user key for WASM#824
Conversation
# Conflicts: # crates/bitwarden-core/src/client/encryption_settings.rs # crates/bitwarden-core/src/key_management/crypto.rs
|
Great job! No new security vulnerabilities introduced in this pull request |
🔍 SDK Breaking Change Detection ResultsSDK Version:
Breaking change detection completed. View SDK workflow |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #824 +/- ##
==========================================
- Coverage 81.75% 81.71% -0.05%
==========================================
Files 346 346
Lines 41104 41126 +22
==========================================
Hits 33605 33605
- Misses 7499 7521 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
quexten
left a comment
There was a problem hiding this comment.
Looks good; I have a nit on docs and a thought, but this is optional.
|
Since mobile does not use sdk-managed repositories yet, we can't change the |
|
…rd history encryption and email forwarding encrypting using local data user key for WASM (bitwarden/sdk-internal#824)




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-33267
Requires #806
📔 Objective
Adds a stop-gap solution for WASM, for encryption and decryption with local user data key, until tools migrate to use SDK clients directly for encryption.
🚨 Breaking Changes