An assignment to encrypt message & image over network.
- Python as server
- Dart as frontend
- Main of server can be found in server/app.py
- Main of frontend can be found in:
You may need to install flask to run the project. To start server, execute following in terminal:
flask run -p 5001Make sure you start server first. To test frontend, execute following in terminal:
# for exercise 1
dart --no-sound-null-safety exercise1.dart
# for exercise 2
dart --no-sound-null-safety exercise2.dartSee our team here: https://github.com/cadt-g6/encryption_over_network/graphs/contributors