Skip to content

Function: useDecrypt()

useDecrypt(): object

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

Returns

object

decrypt()

decrypt: (password, ciphertext) => Promise<undefined | string>

Parameters

password

string

ciphertext

string

Returns

Promise<undefined | string>