Skip to content

Function: getKeyMaterial()

getKeyMaterial(password): Promise<CryptoKey>

Parameters

password: string

Returns

Promise<CryptoKey>

See

https://developer.mozilla.org/zh-CN/docs/Web/API/SubtleCrypto/deriveKey#pbkdf2_2

Defined in

packages/valaxy/client/composables/decrypt.ts:7