_Io_EnableEncryption

Encrypts data before transmission using AutoIt's Crypt.au3

_Io_EnableEncryption($sFileOrKey, $CryptAlgId = $CALG_AES_256)

Return Value

`True` if successfully configured. Null + @error if wrongfully configured. Use @Extended to see which type of internal error is thrown.

Remarks

The encryption has to be configured equally on both sides for it to work.

Related