Chat Application with DES messages encryption, built with Kivy Python framework.
To run the app:
// In one terminal
python socker_server.py
// In another terminal (repeat this for every user you want to create)
python app.py
A secure chat application built with Python and Kivy that uses the DES algorithm to encrypt messages between clients and server for enhanced privacy