AES encryptions/decryptions differs between Python and C#? – Ubuntu
i am using AES encryption/decryption in Python3 using the pip pycryptodome package on Linux (Debian, ubuntu). now i needed to implement the same program for Windows by using C#. but the encryption results differs between the two platforms (slightly). AES…