1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
This commit is contained in:
Bernd Schoolmann
2025-07-16 20:51:24 +02:00
parent 28a5c91034
commit c518f5a77c

View File

@@ -288,7 +288,7 @@ export class DefaultKeyService implements KeyServiceAbstraction {
* Derive a master key from a password and email.
*
* @deprecated Please use `makeMasterPasswordAuthenticationData`, `unwrapMasterKeyWrappedUserKey` or `makeMasterKeyWrappedUserKey` in @link MasterPasswordService instead.
*
*
* @remarks
* Does not validate the kdf config to ensure it satisfies the minimum requirements for the given kdf type.
* TODO: Move to MasterPasswordService