{"id":46608512,"url":"https://github.com/dhruv-1608/echoencrypt","last_synced_at":"2026-03-07T18:01:02.013Z","repository":{"id":252108959,"uuid":"839455868","full_name":"Dhruv-1608/EchoEncrypt","owner":"Dhruv-1608","description":"A tool to hide messages inside an audio file. Inspired by the Tv show Mr Robot. ","archived":false,"fork":false,"pushed_at":"2024-10-28T10:00:09.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-28T10:18:16.757Z","etag":null,"topics":["cybersecurity","encryption-decryption"],"latest_commit_sha":null,"homepage":"","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/Dhruv-1608.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}},"created_at":"2024-08-07T16:37:42.000Z","updated_at":"2024-10-28T08:28:26.000Z","dependencies_parsed_at":"2024-10-28T10:22:49.882Z","dependency_job_id":null,"html_url":"https://github.com/Dhruv-1608/EchoEncrypt","commit_stats":null,"previous_names":["dhruv-1608/mini-projects","dhruv-1608/echoencrypt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dhruv-1608/EchoEncrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv-1608%2FEchoEncrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv-1608%2FEchoEncrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv-1608%2FEchoEncrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv-1608%2FEchoEncrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dhruv-1608","download_url":"https://codeload.github.com/Dhruv-1608/EchoEncrypt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhruv-1608%2FEchoEncrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30225404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","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":["cybersecurity","encryption-decryption"],"created_at":"2026-03-07T18:00:24.902Z","updated_at":"2026-03-07T18:01:02.008Z","avatar_url":"https://github.com/Dhruv-1608.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EchoEncrypt v2.1\n\nAudio \u0026 Image Steganography Tool\n\n## Project Structure\n\n```\nEchoEncrypt/\n├── EchoEncrypt.py      # Main dashboard - run this to start\n├── modules/\n│   ├── AudioEcho.py    # Audio steganography module\n│   └── ImageEcho.py    # Image steganography module\n├── assets/\n│   ├── hello.wav       # Test audio file\n│   └── Test.wav        # Test audio file\n├── .gitignore\n├── LICENSE\n└── README.md\n```\n\n## Installation\n\n```bash\npip install pillow\n```\n\n## Usage\n\n### 1. Run Main Dashboard\n```bash\npython EchoEncrypt.py\n```\n\n### 2. Run Modules Standalone (Interactive Mode)\n```bash\n# Audio Steganography - Interactive\npython modules/AudioEcho.py\n\n# Image Steganography - Interactive\npython modules/ImageEcho.py\n```\n\n### 3. Main Menu Options\n- [1] Audio Steganography\n- [2] Image Steganography\n- [3] About\n- [0] Exit\n\n### Audio Commands (CLI Mode)\n```bash\npython modules/AudioEcho.py -f input.wav -m \"message\" -o output.wav\npython modules/AudioEcho.py -f input.wav -m \"message\" -o output.wav -p password\npython modules/AudioEcho.py -f output.wav\npython modules/AudioEcho.py -f output.wav -p password\n```\n\n### Image Commands (CLI Mode)\n```bash\npython modules/ImageEcho.py -f input.png -m \"message\" -o output.png\npython modules/ImageEcho.py -f input.png -m \"message\" -o output.png -p password\npython modules/ImageEcho.py -f output.png\npython modules/ImageEcho.py -f output.png -p password\n```\n\n## Features\n- Hide messages in WAV audio files\n- Hide messages in PNG images\n- Password protection\n- Extract hidden messages\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruv-1608%2Fechoencrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhruv-1608%2Fechoencrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhruv-1608%2Fechoencrypt/lists"}