Trevixal API
    Preparing search index...
    interface EncryptOptions {
        expiresAt?: number | null;
        iterations?: number;
        title?: string;
    }
    Index
    expiresAt?: number | null

    Epoch milliseconds; omit or pass null for a document that never expires.

    iterations?: number

    PBKDF2 rounds; defaults to DEFAULT_ITERATIONS. Lower it only in tests.

    title?: string

    Unauthenticated label stored beside the ciphertext for lock screens.