{"id":16219731,"url":"https://github.com/tamojitsaha/chaoskit","last_synced_at":"2025-04-07T23:44:47.406Z","repository":{"id":194957608,"uuid":"117676540","full_name":"TamojitSaha/ChaosKit","owner":"TamojitSaha","description":"The Chaos Kit comprises of all the necessary python scripts for embedding information inside an image in a way that it goes unnoticed even with the Virtual Steganography Tool (VSL)","archived":false,"fork":false,"pushed_at":"2019-02-02T19:38:49.000Z","size":568,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T01:17:31.410Z","etag":null,"topics":["chaos-theory","data-hiding","morphology","opencv-python","opencv2","python","steganography"],"latest_commit_sha":null,"homepage":"https://doi.org/10.1109/ICRCICN.2017.8234536","language":"Python","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/TamojitSaha.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}},"created_at":"2018-01-16T11:43:58.000Z","updated_at":"2019-03-25T07:26:02.000Z","dependencies_parsed_at":"2023-09-15T23:54:34.309Z","dependency_job_id":"f0239513-3150-4fce-beda-26b596452cc4","html_url":"https://github.com/TamojitSaha/ChaosKit","commit_stats":null,"previous_names":["tamojitsaha/chaoskit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamojitSaha%2FChaosKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamojitSaha%2FChaosKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamojitSaha%2FChaosKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TamojitSaha%2FChaosKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TamojitSaha","download_url":"https://codeload.github.com/TamojitSaha/ChaosKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749966,"owners_count":20989712,"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":["chaos-theory","data-hiding","morphology","opencv-python","opencv2","python","steganography"],"created_at":"2024-10-10T11:55:34.596Z","updated_at":"2025-04-07T23:44:47.381Z","avatar_url":"https://github.com/TamojitSaha.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e ChaosKit \u003c/h1\u003e \u003cbr\u003e\n\n## Table of Contents\n- [About](#about)\n- [Concept Flow](#concept-flow)\n- [Usage](#usage)\n- [Authors](#authors)\n- [License](#license)\n- [Feedback](#feedback)\n\n\n## About\n[![Build Platforms](https://img.shields.io/badge/build_platform-Python2.7-3776AB.svg)](https://www.python.org/download/releases/2.7/)\n[![Dependency](https://img.shields.io/badge/dependency-OpenCV-red.svg)](https://pypi.python.org/pypi/opencv-python)\n\u003cbr\u003e\nThe Chaos Kit comprises of all the necessary python scripts for embedding information inside an image in a way that it goes unnoticed even with the Virtual Steganography Tool ([VSL](http://vsl.sourceforge.net/)).\u003cbr\u003e\n[Here](https://doi.org/10.1109/ICRCICN.2017.8234536) is the link to the IEEE publication based on the this work.\n\n## Concept Flow\n\u003cp align=\"center\"\u003e\u003cimg src=\"./CFD.png\" heigth=\"473\" width=\"488\"\u003e \u0026nbsp \u003c/p\u003e\n\n## Usage\n  - Download all the file as zip from [here](../../releases/latest)\n  - After install Python and running ```pip install opencv-python``` open [\"\u003ci\u003esteganography.py\u003c/i\u003e\"](./steganography.py). \u003cb\u003eDont run it now!\u003c/b\u003e\n  - Make a text file named \"\u003ci\u003emsg.txt\u003c/i\u003e\" in the same directory and put your own message.  For [this particular image](./image.tiff?raw=true), the message file should be less than \u003cb\u003e8kb\u003c/b\u003e. \n  - The default password is ```-1, 2.01, 3 ```. Refer to \u003ci\u003e\u003cb\u003eline 127\u003c/b\u003e\u003c/i\u003e and \u003ci\u003e\u003cb\u003eline 230\u003c/b\u003e\u003c/i\u003e of [\"\u003ci\u003esteganography.py\u003c/i\u003e\"](./steganography.py) to embed and decipher respectively. \n  - All paswwords parameters are double-precision floating point resulting a \u003cb\u003e192 bits\u003c/b\u003e key length.\n  \u003cbr\u003eExample password: ``` -3.12457863, 5.14785236997, 0.00012364478```\n  - Now you can run the file and look for \u003cb\u003e\u003ci\u003eimage_encoded.tiff\u003c/i\u003e\u003c/b\u003e file in the same directory.\n  \n## Authors\n[![ID](https://img.shields.io/badge/id-Tamojit-54C7EC.svg?style=for-the-badge)](http://tamojitsaha.info)\u003cbr\u003e\n[![ID](https://img.shields.io/badge/id-Sandeepan-54C7EC.svg?style=for-the-badge)](http://sandeepan.info)\u003cbr\u003e\n[![ID](https://img.shields.io/badge/id-Tanmoy-54C7EC.svg?style=for-the-badge)]( http://github.com/thetdg)\n\n## License\nContents of this repository are realeased under [CC-BY-NC-SA 4.0](./LICENSE.md) \u003cbr\u003e\n[![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n\n## Feedback\nYou can always open a [issue](https://github.com/TamojitSaha/ChaosKit/issues/new) if you find any bug.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamojitsaha%2Fchaoskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamojitsaha%2Fchaoskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamojitsaha%2Fchaoskit/lists"}