{"id":25028164,"url":"https://github.com/jai2dev/secure-transfer","last_synced_at":"2025-04-30T17:23:40.830Z","repository":{"id":131774690,"uuid":"355515006","full_name":"jai2dev/secure-transfer","owner":"jai2dev","description":"A cloud based application for secure transfer of text files using diffie hellman and AES algorithm (Cyber Security)","archived":false,"fork":false,"pushed_at":"2023-10-23T17:38:23.000Z","size":3090,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T18:13:41.255Z","etag":null,"topics":["aes-encryption","aws","cloud","diffie-hellman","flask","html-css-javascript","python"],"latest_commit_sha":null,"homepage":"https://secure-transfer.herokuapp.com/","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/jai2dev.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}},"created_at":"2021-04-07T11:12:33.000Z","updated_at":"2024-12-04T03:03:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bae0b6e-ce8e-4f8b-81fd-000002bbae80","html_url":"https://github.com/jai2dev/secure-transfer","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/jai2dev%2Fsecure-transfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jai2dev%2Fsecure-transfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jai2dev%2Fsecure-transfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jai2dev%2Fsecure-transfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jai2dev","download_url":"https://codeload.github.com/jai2dev/secure-transfer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251749538,"owners_count":21637555,"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":["aes-encryption","aws","cloud","diffie-hellman","flask","html-css-javascript","python"],"created_at":"2025-02-05T19:58:04.030Z","updated_at":"2025-04-30T17:23:40.805Z","avatar_url":"https://github.com/jai2dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# secure-transfer\n#### Note: The Deployed link will not work due to the scrapping of free tier heroku, please check back later for update.\n\n## A cloud based application for secure transfer of text files using diffie hellman and AES algorithm\n\n## Code Explanation\n\nThe implementation can be explained in two parts\n* Main application (Cloud)\n* stand-alone-application\n\n### stand-alone-application\n\n* Using the standalone app the user can encrypt or decrypt the file.\n* The file is encrypted using AES algorithm.\n* *Menu* option also helps to navigate through the menu to upload and download files\u003c/br\u003e\u003c/br\u003e\n\n**/stand-alone-application/DH.py**:  This file deals with generating keys using diffie-hellman. It generates three keys: Private Key, Public Key, Secret Key (used for encryption and decryption)\u003c/br\u003e\n**/stand-alone-application/ENCDEC.py**: This file is used for encoding and decoding using AES algorithm.\u003c/br\u003e\n**/stand-alone-application/secure.py**: This file acts as a mediator and connect the main program with other code files.\u003c/br\u003e\n**/stand-alone-application/main.py**: This file deals with the GUI.\u003c/br\u003e\n\n#### How to run the standalone app?\n1) First install all the required packages from the requirement.txt file.\n2) Open a terminal, and type python3 main.py in stand-alone-application. Use this file to generate encoded file and decode the file.\n\n### web-application\n\nOnce file is encrypted it has to be uploaded on an online directory. Another directory is needed where public-key of all the users is stored.\u003c/br\u003e\n**/app.py** Contains the website in **python-flask** which acts like a directory.\n\n### Note: For deployement related purpose, check out how to deploy a flask app. All the required files are provided already.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjai2dev%2Fsecure-transfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjai2dev%2Fsecure-transfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjai2dev%2Fsecure-transfer/lists"}