{"id":19729644,"url":"https://github.com/r3dhulk/steganography-in-perl","last_synced_at":"2025-07-14T20:41:07.238Z","repository":{"id":97097884,"uuid":"595458347","full_name":"R3DHULK/steganography-in-perl","owner":"R3DHULK","description":"Simple Steganography Tool In Perl","archived":false,"fork":false,"pushed_at":"2023-01-31T07:19:01.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T03:24:44.976Z","etag":null,"topics":["blackhat","decoder","decoders","decoding","encoder","encoder-decoder","encoding","encryption","encryption-decryption","ethical","ethical-hacking","ethical-hacking-tools","ethicalhacking","hacker","hacking","stegano","steganography","steganography-encoding","steganograpy","stego"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/R3DHULK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-01-31T05:38:29.000Z","updated_at":"2023-11-27T01:05:45.000Z","dependencies_parsed_at":"2023-04-13T01:48:00.673Z","dependency_job_id":null,"html_url":"https://github.com/R3DHULK/steganography-in-perl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/R3DHULK/steganography-in-perl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R3DHULK","download_url":"https://codeload.github.com/R3DHULK/steganography-in-perl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R3DHULK%2Fsteganography-in-perl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265345225,"owners_count":23750571,"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":["blackhat","decoder","decoders","decoding","encoder","encoder-decoder","encoding","encryption","encryption-decryption","ethical","ethical-hacking","ethical-hacking-tools","ethicalhacking","hacker","hacking","stegano","steganography","steganography-encoding","steganograpy","stego"],"created_at":"2024-11-12T00:13:09.570Z","updated_at":"2025-07-14T20:41:07.183Z","avatar_url":"https://github.com/R3DHULK.png","language":"Perl","funding_links":["https://www.buymeacoffee.com/r3dhulk"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003eSteganography In Perl\u003c/b\u003e\u003c/h1\u003e\n\u003ch1\u003e\u003cb\u003eWhat Is Steganography?\u003c/b\u003e\u003c/h1\u003e\n\u003ch2\u003e\u003ci\u003eSteganography is the technique of hiding secret data within an ordinary, non-secret, file or message in order to avoid detection; the secret data is then extracted at its destination. The use of steganography can be combined with encryption as an extra step for hiding or protecting data. The word steganography is derived from the Greek words steganos (meaning hidden or covered) and the Greek root graph (meaning to write).\u003c/h1\u003e\u003c/i\u003e\n\n#\n\u003cimg src=\"https://img.shields.io/badge/Perl-deeppink\"\u003e \u003cimg src=\"https://img.shields.io/badge/Licence-MIT-yellowgreen\"\u003e\u003cimg src=\"https://img.shields.io/badge/Download-Now-green\"\u003e\u003c/a\u003e\n\n#\n\u003ch2\u003e\u003cb\u003e 😇 Author: Sumalya Chatterjee \u003c/b\u003e\u003c/h2\u003e\n\n#\n\u003ch1\u003e\u003cb\u003e❤️ Don't Copy, Do Fork 😊\u003c/b\u003e\u003c/h1\u003e\n\n#\n\n\u003ch1\u003e\u003cb\u003eGit Installation \u003c/h1\u003e\u003c/b\u003e\n\n```\n# Install Git\nsudo apt install git\n\n# Install Perl\nsudo apt install perl\n\n# Git Clone\ngit clone https://github.com/R3DHULK/steganography-in-perl\n\n```\n\u003ch1\u003e\u003cb\u003eUsages: \u003c/h1\u003e\u003c/b\u003e\n\n```\n# Change Directory\ncd steganography-in-perl\n\n# For Encoding Message\nperl encode-msg.pl \u003cinput.jpg\u003e \u003coutput.jpg\u003e \u003c\"Secret Message\"\u003e\n\n# For Decoding Message\nperl decode.pl \u003coutput.jpg\u003e\n```\n\n#\n\u003ch2\u003e\u003cb\u003e\u003ci\u003e Show Support 👇👇👇\u003c/b\u003e\u003c/i\u003e \u003c/h2\u003e\n\u003ca href=\"https://www.buymeacoffee.com/r3dhulk\"\u003e \u003cimg align=\"center\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"https://www.buymeacoffee.com/r3dhulk\" /\u003e\u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3dhulk%2Fsteganography-in-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr3dhulk%2Fsteganography-in-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr3dhulk%2Fsteganography-in-perl/lists"}