Function: useDecrypt()

Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)

ts
function useDecrypt(): object;

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

Returns

object

decrypt

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

Parameters

password

string

ciphertext

string

Returns

Promise<string | undefined>