- Preparing search index...
- The search index is not available
safelinkify
default: { decrypt: ((passphrase,
encryptedText,
debug?) => Nullable<string>); encrypt: ((passphrase,
plainText,
debug?) => Nullable<string>); }
Type declaration
-
decrypt: ((passphrase, encryptedText, debug?) => Nullable<string>)
-
- (passphrase, encryptedText, debug?): Nullable<string>
-
Parameters
-
passphrase: string
-
encryptedText: string
-
debug: boolean = false
-
encrypt: ((passphrase, plainText, debug?) => Nullable<string>)
-
- (passphrase, plainText, debug?): Nullable<string>
-
Parameters
-
passphrase: string
-
plainText: string
-
debug: boolean = false
Decrypt function