{"id":17689119,"url":"https://github.com/isnackable/secure-socket-system","last_synced_at":"2025-03-30T21:44:11.217Z","repository":{"id":109363825,"uuid":"237621583","full_name":"ISnackable/Secure-Socket-System","owner":"ISnackable","description":"Example Python socket cryptography implementation. Security mechanisms are needed to ensure the confidentiality, integrity, and non-repudiation of important data being exchanged and stored using RSA \u0026 AES.","archived":false,"fork":false,"pushed_at":"2020-09-06T16:21:51.000Z","size":130,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T02:07:39.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ISnackable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-01T13:49:51.000Z","updated_at":"2022-03-22T00:47:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2ac229c-044f-4907-9769-dac4c7acafb4","html_url":"https://github.com/ISnackable/Secure-Socket-System","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISnackable%2FSecure-Socket-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISnackable%2FSecure-Socket-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISnackable%2FSecure-Socket-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ISnackable%2FSecure-Socket-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ISnackable","download_url":"https://codeload.github.com/ISnackable/Secure-Socket-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246385410,"owners_count":20768668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T11:46:35.742Z","updated_at":"2025-03-30T21:44:11.198Z","avatar_url":"https://github.com/ISnackable.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cryptography-Assignment 2\n\n## Basic requirement of assignment\n- Implement a secure socket progamming \n- A `server-socket.py` which is your file system\n- A `client-socket.py `which is your front end\n- Provide integrity, confidentiality and non-repudiation protection\n\n## About The Project\nCryptography-Assignment 2 is a extension of our PSEC socket programming. The project is for students to reinforce the cryptographic concepts and information security principles covered in ACG.\n\n### Context\n- Your team has developed an automated menu system with a whole list of features.\n- With overwhelming demand and limited budget, the management has decided to setup additional outlets outside SP, using public WIFI (e.g. Wireless@SG).\n\n### Tasks to be done:\n- Enhance the design\n- Implement security mechanisms needed to ensure the\n**confidentiality**, **integrity**, and **non-repudiation**\n- Other enhancement features\n\n## Dependencies\nThe following tools should be installed before starting:\n- [OpenPyXL](https://openpyxl.readthedocs.io/en/stable/)\n- [Captcha](https://pypi.org/project/captcha/)\n- [pycryptodomex](https://pypi.org/project/pycryptodomex/)\n- [Cryptography](https://pypi.org/project/cryptography/)\n\n## Getting Started\n\nThis is an example of how you may give instructions on setting up your project locally.\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nYou should update pip to the latest version to improve the functionality or be obligatory for security purposes.\n* pip\n```sh\npython -m pip install --upgrade pip\n```\n\n### Installation\n\n1. Install OpenPyXL module\n```sh\npip install openpyxl\n```\n2. Install Captcha module\n```sh\npip install captcha\n```\n3. Install PyCryptodomex\n```sh\npip3 install pycryptodomex\n```\n4. Install Cryptography\n```sh\npip3 install cryptography\n```\n\n### Usage\nTo start trying out the code, run the python files in this order. Run each of them in a different terminal.\n```sh\n# terminal 0\npython3 server-socket.py\n```\n```sh\n# terminal 1\npython3 client-socket.py\n```\n\n#### Login Details\n| UID | Username | Password |\n| ----|:--------:|:--------:|\n|  01 | root     | toor     |\n|  02 | John     | John     |\n\n## License\nCurrently there is no licensing to this project.\n\n## Contributor\n- [junyan-l](https://github.com/junyan-l)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisnackable%2Fsecure-socket-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisnackable%2Fsecure-socket-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisnackable%2Fsecure-socket-system/lists"}