Function: useDecrypt()
Source: 1.0.0-rc.14 · a572916b42ec
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>