Encrypts data before transmission using AutoIt's Crypt.au3
_Io_EnableEncryption($sFileOrKey, $CryptAlgId = $CALG_AES_256)
| `True` if successfully configured. Null + @error if wrongfully configured. Use @Extended to see which type of internal error is thrown. |
The encryption has to be configured equally on both sides for it to work.