Is it possible to encrypt/decrypt data with AES without installing extra modules? I need to send/receive data from C#
, which is encrypted with the System.Security.Cryptography
reference.
UPDATE
I have tried to use PyAES, but that is too old. I updated some things to make that work, but it didn't.
I've also can't install because it latest version is 3.3
while my version is 3.4
.