Skip to content

Function: useDecrypt()

ts
function useDecrypt(): object;

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

Returns

object

decrypt()

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

Parameters

password

string

ciphertext

string

Returns

Promise<undefined | string>