{"id":29560803,"url":"https://github.com/alexprogrammerde/encryptedchat","last_synced_at":"2025-07-18T15:38:56.656Z","repository":{"id":231695178,"uuid":"578958164","full_name":"AlexProgrammerDE/EncryptedChat","owner":"AlexProgrammerDE","description":"🔐 PoC: Secure chat messaging through your terminal.","archived":false,"fork":false,"pushed_at":"2025-07-06T04:14:29.000Z","size":156,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-06T05:24:21.796Z","etag":null,"topics":["chat","encryption","java"],"latest_commit_sha":null,"homepage":"","language":"Java","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/AlexProgrammerDE.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}},"created_at":"2022-12-16T09:53:27.000Z","updated_at":"2025-05-07T08:56:48.000Z","dependencies_parsed_at":"2024-06-12T08:10:50.426Z","dependency_job_id":"615b3a80-da10-47b0-9f02-daca9f72a6dc","html_url":"https://github.com/AlexProgrammerDE/EncryptedChat","commit_stats":null,"previous_names":["alexprogrammerde/encryptedchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexProgrammerDE/EncryptedChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2FEncryptedChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2FEncryptedChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2FEncryptedChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2FEncryptedChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexProgrammerDE","download_url":"https://codeload.github.com/AlexProgrammerDE/EncryptedChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexProgrammerDE%2FEncryptedChat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265787455,"owners_count":23828435,"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":["chat","encryption","java"],"created_at":"2025-07-18T15:38:55.316Z","updated_at":"2025-07-18T15:38:56.626Z","avatar_url":"https://github.com/AlexProgrammerDE.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EncryptedChat\nSecure chat messaging through your terminal.\n\n## Execution Instructions\n\n### Make gradle executable\n```bash\nchmod +x gradlew\n```\n\n### Create EncryptedChat Database\n```bash\n./gradlew createServerDatabase\n```\n\nThis writes to a local sqlite database. The database file will be called `server.sqlite`.\n\n### Generate java code based on the server database\n```bash\n./gradlew generateJooq\n```\n\n### Run the application\n```bash\n./gradlew run\n```\n\n## Usage Instructions\n\nWhen you are given to input some text, you will see the question above your cursor.\nSimply press enter if you want to use the default value.\n\n### Generate a platform certificate\n\nSelect the instance type \"GENERATE_CERTIFICATE\" and a new certificate will be generated.\n\n### Start the server\n\nSelect instance type \"SERVER\" and the server will start. (You need to generate a certificate first)\n\n#### Server commands\n\n##### Stop the server\n\nExecute the command: `stop` to stop the server.\n\n### List all connected users\n\nExecute the command: `list` to list all connected users.\n\n### Start the client\n\nSelect instance type \"CLIENT\" and the client will start. (You need to generate a certificate first)\n\n#### Client commands\n\n##### Create a group\n\nExecute the command: `group create \u003cname\u003e` to create a group.\n\n##### Join a group\n\nExecute the command: `group join \u003cname\u003e` to join a group.\n\n##### Add a user to the current group\n\nExecute the command: `group add \u003cusername\u003e` to add a user to the current group.\n\n##### Say something in the current group\n\nExecute the command: `group say \u003cmessage (Can be multiple words)\u003e` to say something in the current group.\n\n##### Say something to everyone on the platform\n\nExecute the command: `sayunsafe \u003cmessage (Can be multiple words)\u003e` to say something to everyone on the platform. This is not encrypted.\n\n##### Stop the client\n\nExecute the command: `stop` to stop the client.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprogrammerde%2Fencryptedchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexprogrammerde%2Fencryptedchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexprogrammerde%2Fencryptedchat/lists"}