Skip to content

Function: useDecrypt()

useDecrypt(): object

Returns

object

decrypt()

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

Parameters

password: string

ciphertext: string

Returns

Promise<undefined | string>

Defined in

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