- Python language
using package:
- os
- cryptography:
- socket
Symmetric-key Cryptography: AES code
pip install cryptography
-
Open 2 terminal in folder project
-
In one terminal. Open file Master.py
py Master.py
-
In another terminal. Open file Client.py
py Client.py
-
Send message to other terminals and see received encrypted message and unencrypted message.