crypto++

loss of data when decrypting a file in Python server from CPP client

loss of data when decrypting a file in Python server from CPP client Question: I am trying to send a file from a client written in CPP to a server written in Python. I am using AES encryption on client side to encrypt the file and then send it to the server, the AES key …

Total answers: 2