{"id":16168526,"url":"https://github.com/alex-spataru/lsb-chat","last_synced_at":"2025-08-17T14:08:02.982Z","repository":{"id":41491101,"uuid":"250113979","full_name":"alex-spataru/LSB-Chat","owner":"alex-spataru","description":"Experimental implementation of a secure message/file exchange platform over a local network.","archived":false,"fork":false,"pushed_at":"2020-04-02T04:52:48.000Z","size":28061,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-03T23:59:49.217Z","etag":null,"topics":["college-project","data-exchange","exchange-platform","lsb","networking","steganography"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/alex-spataru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-25T23:23:46.000Z","updated_at":"2024-12-23T08:38:09.000Z","dependencies_parsed_at":"2022-08-28T18:11:19.177Z","dependency_job_id":null,"html_url":"https://github.com/alex-spataru/LSB-Chat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alex-spataru/LSB-Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-spataru%2FLSB-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-spataru%2FLSB-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-spataru%2FLSB-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-spataru%2FLSB-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alex-spataru","download_url":"https://codeload.github.com/alex-spataru/LSB-Chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alex-spataru%2FLSB-Chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270856775,"owners_count":24657700,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["college-project","data-exchange","exchange-platform","lsb","networking","steganography"],"created_at":"2024-10-10T03:12:03.354Z","updated_at":"2025-08-17T14:08:02.954Z","avatar_url":"https://github.com/alex-spataru.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LSB Chat\n\nExperimental implementation of a secure message/file exchange platform over a local network.\n\nThe data is encrypted and subsequently hidden with an LSB steganography algorithm within an image, which is sent to a group chat on the LAN. The image can self-generated by the program with random colored pixels, or it can be selected by the user.\n\nIn order to read the original data, the user who receives the data must know the encryption password. Otherwise, he or she will not be able to read the received data.\n\n\u003cu\u003eNote:\u003c/u\u003e the project is loosely based on the [Network Chat Example](https://doc.qt.io/qt-5/qtnetwork-network-chat-example.html) developed by Digia/Qt.\n\n![Screenshot](doc/screenshot.png)\n\n### Project structture\n\n- `doc` contains project documentation and screenshots.\n- `tests`contains the unit tests of the application.\n- `util`contains code formatting scripts based on [astyle](http://astyle.sourceforge.net).\n- `program/src` contains the C++ source code.\n- `program/assets` contains images, icons and QML interface-description files.\n- `program/deploy` contains files specific for each target operating system.\n\n### What is LSB Steganography?\n\n**Definition of Steganography**\n\nAccording to [Vangie Beal](https://www.webopedia.com/TERM/S/steganography.html), Steganography is \"the art and science of hiding information by embedding messages within other, seemingly harmless messages\". \n\nLSB steganography works by replacing the least significant bit with bits of different information. This hidden information can be just about anything. The goal of this project is to be able to share encrypted information over the LAN through images in a global chat room.\n\nFor example, here is an image that has been modified to indclude some hidden data:\n\n![Screenshot](doc/LSB_Composite.png)\n\nFor more clarity, the program also generates an image with only the pixels that have been modified to acommodate data (check the diagonal line of the image):\n\n![Screenshot](doc/LSB_Differential.png) \n\nIf you are interested in reading about the proposed architecture and how this software works, feel free to check the [project report PDF](doc/LSB-Chat-Report.pdf) (in Spanish).\n\n### TODOs\n\n- [x] Implement networking module\n- [x] Implement LSB module\n- [x] Implement crypto module\n- [x] Implement C++/QML bridge class\n- [x] Implement user interface elements\n- [x] Software testing\n\n### License\n\nThis project is released under the MIT licence, for more information, please click [here](LICENCE.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-spataru%2Flsb-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falex-spataru%2Flsb-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falex-spataru%2Flsb-chat/lists"}