gluon
    Preparing search index...

    Function encryptStructure

    • Encrypts a given structure using the provided encryption keys.

      Parameters

      • structure: EncryptStructure

        The structure to be encrypted, which must implement the EncryptStructure interface.

      • ...encryptionKeys: string[]

        A list of encryption keys used to generate the encryption key and initialization vector (IV).

      Returns string

      The encrypted text representation of the structure.