{"id":17930667,"url":"https://github.com/lovasoa/secured-file-transfer","last_synced_at":"2025-04-03T10:21:12.832Z","repository":{"id":66344268,"uuid":"73129348","full_name":"lovasoa/secured-file-transfer","owner":"lovasoa","description":"Secured file transfer implemented in nodeJS.","archived":false,"fork":false,"pushed_at":"2016-11-07T23:12:20.000Z","size":73,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T23:42:40.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/lovasoa.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":"2016-11-07T23:10:52.000Z","updated_at":"2024-06-17T10:31:14.000Z","dependencies_parsed_at":"2023-03-10T23:53:11.459Z","dependency_job_id":null,"html_url":"https://github.com/lovasoa/secured-file-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/lovasoa%2Fsecured-file-transfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsecured-file-transfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsecured-file-transfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Fsecured-file-transfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasoa","download_url":"https://codeload.github.com/lovasoa/secured-file-transfer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981161,"owners_count":20863828,"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-28T21:15:13.836Z","updated_at":"2025-04-03T10:21:12.811Z","avatar_url":"https://github.com/lovasoa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3Dtrust exercise\n\nSimple secured file transfer implemented in NodeJS.\n\nA secret file (`server/secret.txt`) is located on a server.\nA server (launched with `node server/server.js`) can serve this file\nto a client, if the client is duly authenticated using a valid certificate.\nThe server listens on the port 4443 and should be availaible on host `minissl-SERVER`.\n\nA client (launched with `node client/client.js`) can download the file from the server,\nafter having verified its certificate (mutual authentification).\n\nThey use HTTPS as a communication protocol.\n\nThe server signs its file using HMAC (SHA256), and sends the signature as an HTTP header.\nThe client verifies the signature. If it's not correct, then it issues a warning.\n\nThe server encrypts its file using AES192 (using `server/aes192-key.bin`), and\na random initialization vector. The client saves the encrypted file and the IV\nin two different files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Fsecured-file-transfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasoa%2Fsecured-file-transfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Fsecured-file-transfer/lists"}