Skip to content

Function: getKeyMaterial()

ts
function getKeyMaterial(password): Promise<CryptoKey>;

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

Parameters

password

string

Returns

Promise<CryptoKey>

See

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