Skip to main content

decryptStoreAreaInteractive

tw5-typed


tw5-typed / modules/utils/crypto / decryptStoreAreaInteractive

Function: decryptStoreAreaInteractive()

decryptStoreAreaInteractive(encryptedStoreArea, callback, options?): void

Defined in: src/modules/utils/crypto.d.ts:27

Prompts the user for a password and attempts to decrypt an encrypted store area using the provided password.

Parameters

encryptedStoreArea

string

The encrypted store area to decrypt.

callback

(tiddlers) => void

The function to call with the decrypted tiddlers.

options?

Configuration options.

usePasswordVault?

boolean

Whether to store the password in the system password vault.

Returns

void