{"id":15149910,"url":"https://github.com/awais-124/react-native-chat-app","last_synced_at":"2026-03-07T03:31:20.097Z","repository":{"id":245981414,"uuid":"818953237","full_name":"awais-124/react-native-chat-app","owner":"awais-124","description":"CipherChat - A Secure Messaging Android App","archived":false,"fork":false,"pushed_at":"2026-03-06T20:56:13.000Z","size":8376,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-06T22:42:30.904Z","etag":null,"topics":["aes","encryption","end-to-end-encryption","firebase","firestore","react-native","react-native-gifted-chat","rsa","sha-256"],"latest_commit_sha":null,"homepage":"","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/awais-124.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-23T10:55:41.000Z","updated_at":"2025-04-06T06:15:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"76128272-f8c6-46ea-a2f6-bb9152ea8558","html_url":"https://github.com/awais-124/react-native-chat-app","commit_stats":null,"previous_names":["awais-124/isf-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/awais-124/react-native-chat-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awais-124%2Freact-native-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awais-124%2Freact-native-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awais-124%2Freact-native-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awais-124%2Freact-native-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awais-124","download_url":"https://codeload.github.com/awais-124/react-native-chat-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awais-124%2Freact-native-chat-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"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":["aes","encryption","end-to-end-encryption","firebase","firestore","react-native","react-native-gifted-chat","rsa","sha-256"],"created_at":"2024-09-26T14:01:33.116Z","updated_at":"2026-03-07T03:31:20.067Z","avatar_url":"https://github.com/awais-124.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **CipherChat - A Secure Messaging Mobile Application**\n### Developed using React Native and Firebase\n\n\u003e ### Main Features\n- End to End Encryption\n- Implemented cryptographic algorithms (RSA, AES, SHA-256)\n- Used Hashing for password saving\n- Used [react-native-gifted-chat](https://github.com/FaridSafi/react-native-gifted-chat) for Implementing Chat UI\n- Every user gets his/her own Public Keys\n- Accounts Login/Registration\n- Real-time chatting\n- Confidentiality, Integrity and Availability of User's Data\n- User-freindly Interface\n- Dynamic and Optimized Code\n- Configured for Android devices\n- npm and yarn compatible\n\n\u003chr/\u003e\n\n\u003e # Get Code\n- Clone the repo `git clone https://github.com/awais-124/react-native-chat-app.git`\n- `cd react-native-chat-app`\n- run `npm install`\n- run `npm android` for npm\n           **OR**\n- run `yarn android` for yarn      \n- You are good to go now\n\n\n\u003chr/\u003e\n\n\n\u003e ### Libraries used \n```json\n    \"react\": \"18.2.0\",\n    \"react-native\": \"0.73.4\",\n    \"react-native-screens\": \"^3.31.1\",\n    \"@react-navigation/native\": \"^6.1.17\",\n    \"@react-navigation/native-stack\": \"^6.9.26\",\n    \"@react-native-firebase/app\": \"^20.0.0\",\n    \"@react-native-firebase/firestore\": \"^20.0.0\",\n    \"react-native-asset\": \"^2.1.1\",\n    \"react-native-date-picker\": \"^5.0.2\",\n    \"react-native-gifted-chat\": \"^2.4.0\",\n    \"react-native-safe-area-context\": \"^4.10.1\",\n    \"react-native-crypto-js\": \"^1.0.0\",\n    \"react-native-rsa-native\": \"^2.0.5\",\n    \"react-native-sha256\": \"^1.4.10\",\n    \"react-native-uuid\": \"^2.0.2\"\n    \"@react-native-async-storage/async-storage\": \"^1.23.1\",\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawais-124%2Freact-native-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawais-124%2Freact-native-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawais-124%2Freact-native-chat-app/lists"}