matrix-js-sdk

    Interface AESEncryptedSecretStoragePayload

    interface AESEncryptedSecretStoragePayload {
        ciphertext: string;
        iv: string;
        mac: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    ciphertext: string

    the ciphertext in base64

    iv: string

    the initialization vector in base64

    mac: string

    the HMAC in base64

    MMNEPVFCICPMFPCPTTAAATR