safelinkify
    Preparing search index...

    Variable default

    default: {
        decrypt: (
            passphrase: string,
            encryptedText: string,
            debug?: boolean,
        ) => string;
        encrypt: (passphrase: string, plainText: string, debug?: boolean) => string;
    }

    Type declaration

    • decrypt: (passphrase: string, encryptedText: string, debug?: boolean) => string
    • encrypt: (passphrase: string, plainText: string, debug?: boolean) => string