Documentation
    Preparing search index...

    Config accepted by the encryption

    type EncryptionOptions = {
        algorithm?: "aes-256-cbc";
        secret: string | Secret<string>;
    }
    Index

    Properties

    Properties

    algorithm?: "aes-256-cbc"
    secret: string | Secret<string>