Akshath fdf0ccb570 Revert "Resolving conflict"
This reverts commit a0d4e04a3c2e5569b23e8527be3507c65cf20507.
2023-10-25 10:14:56 +05:30
..
2018-10-04 19:47:02 -03:00

Crypt_Socket

Steps:

#1 - Install third-part library Simple-crypt

pip install simple-crypt

More information on: https://github.com/andrewcooke/simple-crypt

#2 - Run server-side script

In some terminal window run: python cryptSocket_servidor.py

#3 - Run client-side script

On another terminal window run: python cryptSocket_client.py

PS:

For some system is needed use python3 instead python