Function aes256Encrypt

  • aes256 encrypt function

    Parameters

    • algorithm: Buffer[]
    • key: Buffer
    • iv: Buffer
    • inputEncoding: undefined | Encoding = undefined
    • outputEncoding: undefined | Encoding = undefined
    • Optional options: CipherGCMOptions

    Returns Buffer

    str - return string

    Params

    algorithm - algorithm buffer data

    Params

    key - AESKey

    Params

    iv - iv

    Params

    inputEncoding - always undefined

    Params

    outputEncoding - The encoding of the return value.

    Params

    options - stream.transform options

Generated using TypeDoc