{"id":16471066,"url":"https://github.com/ishivanshgoel/securechat","last_synced_at":"2026-05-08T14:44:11.734Z","repository":{"id":128923603,"uuid":"483361270","full_name":"ishivanshgoel/securechat","owner":"ishivanshgoel","description":"End-to-end encrypted chat application using RSA algorithm. Backend: https://github.com/ishivanshgoel/securechat-app/","archived":false,"fork":false,"pushed_at":"2022-04-19T20:44:58.000Z","size":518,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T03:06:33.978Z","etag":null,"topics":["bootstrap","cryptography","css","html","javascript","rsa-cryptography"],"latest_commit_sha":null,"homepage":"https://ishivanshgoel.github.io/securechat/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ishivanshgoel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-04-19T18:19:30.000Z","updated_at":"2025-01-30T11:48:33.000Z","dependencies_parsed_at":"2023-04-21T13:56:43.287Z","dependency_job_id":null,"html_url":"https://github.com/ishivanshgoel/securechat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ishivanshgoel/securechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivanshgoel%2Fsecurechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivanshgoel%2Fsecurechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivanshgoel%2Fsecurechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivanshgoel%2Fsecurechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ishivanshgoel","download_url":"https://codeload.github.com/ishivanshgoel/securechat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ishivanshgoel%2Fsecurechat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32785389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bootstrap","cryptography","css","html","javascript","rsa-cryptography"],"created_at":"2024-10-11T12:12:33.202Z","updated_at":"2026-05-08T14:44:11.699Z","avatar_url":"https://github.com/ishivanshgoel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Secure Chat\nEnd-2-end encrypted chat application using RSA algorithm.\n- \u003ca href=\"https://github.com/ishivanshgoel/securechat-app/\"\u003eBackend - https://github.com/ishivanshgoel/securechat-app/\u003c/a\u003e\n\n## Overview\nEnd-to-end encrypted messaging means that the users within that specific chat can only read messages sent between two people. \n\nTo enable this, the messages that are sent are encrypted before leaving a user's device, and can only be decrypted by the intended recipient (end-user).\n\nReal-time chat applications have grown tremendously. Most organizations have adopted them for communication. For security reasons, the messages exchanged over the network must be encrypted.\n\n## RSA Algorithm\nThe RSA algorithm is an asymmetric cryptography algorithm; this means that it uses a public key and a private key (i.e two different, mathematically linked keys). As their names suggest, a public key is shared publicly, while a private key is secret and must not be shared with anyone.\n\n\u003cimg src=\"https://github.com/ishivanshgoel/securechat-app/blob/master/docs/RSA.PNG\"\u003e\n\u003ca href=\"https://www.educative.io/edpresso/what-is-the-rsa-algorithm\"\u003eSource\u003c/a\u003e\n\n\n## LICENSE\nMIT License\n\nCopyright (c) 2022 Shivansh Goel\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishivanshgoel%2Fsecurechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fishivanshgoel%2Fsecurechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fishivanshgoel%2Fsecurechat/lists"}