Appearance
useDecrypt(): object
object
decrypt: (password, ciphertext) => Promise<undefined | string>
password
ciphertext
Promise
undefined
string
• password: string
• ciphertext: string
Promise<undefined | string>
packages/valaxy/client/composables/decrypt.ts:36