1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

Deprecate encryptUserKeyWithMasterKey

This commit is contained in:
Bernd Schoolmann
2025-07-23 14:58:01 +02:00
parent e95070ccdc
commit 9bb402f172

View File

@@ -181,6 +181,7 @@ export abstract class KeyService {
/**
* Encrypts the existing (or provided) user key with the
* provided master key
* @deprecated
* @param masterKey The user's master key
* @param userKey The user key
* @returns The user key and the master key protected version of it