[ Foro de Python ]

Python Sockets y Hashlibs

11-May-2021 17:53
Invitado (Beginner)
0 Respuestas

Tengo la tarea siguiente:
Your task will be to create simple Client-Server communication via Sockets where Client will send the message in following form ? { message,SHA_256_hash_value}. Once the server receives the message it will parse it, calculate the SHA_256 hash value of the message part and compare it with the received hash. If values are matching it will send 'OK' back to Client, else 'Message was compromised'.

Estoy teniendo problemas de como enviar desde el cliente los dos mensajes, es decir, el mensaje y el mensaje hasheado de forma separado.




(No se puede continuar esta discusión porque tiene más de dos meses de antigüedad. Si tienes dudas parecidas, abre un nuevo hilo.)