Awesome-Python-Scripts/Crypt_Socket
2023-10-24 18:34:49 +05:30
..
cryptSocket_cliente.py Resolving conflict 2023-10-24 18:34:49 +05:30
cryptSocket_servidor.py Resolving conflict 2023-10-24 18:34:49 +05:30
README.md Adding another cool python stuff 2018-10-04 19:47:02 -03:00
requirements.txt Add script level requirements.txt 2019-10-05 21:44:59 +05:30

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