Vana SDK - v0.1.0
    Preparing search index...

    Interface EncryptionInfo

    Encryption information for a file

    interface EncryptionInfo {
        algorithm: string;
        kdf?: string;
        iv?: string;
        salt?: string;
        keyId?: string;
    }
    Index

    Properties

    algorithm: string

    Encryption algorithm used

    kdf?: string

    Key derivation function

    iv?: string

    Initialization vector

    salt?: string

    Salt used for key derivation

    keyId?: string

    Key identifier