{"id":18340346,"url":"https://github.com/dimensiondev/stego-js","last_synced_at":"2025-07-02T00:09:53.642Z","repository":{"id":39349934,"uuid":"209895662","full_name":"DimensionDev/Stego-JS","owner":"DimensionDev","description":"Steganography, based on frequency domain implemented in JavaScript.","archived":false,"fork":false,"pushed_at":"2024-12-13T16:30:42.000Z","size":5226,"stargazers_count":30,"open_issues_count":1,"forks_count":7,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-07-02T00:09:52.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npm.im/@dimensiondev/stego-js","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DimensionDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-09-20T23:14:36.000Z","updated_at":"2025-02-17T08:47:08.000Z","dependencies_parsed_at":"2024-06-19T06:16:37.520Z","dependency_job_id":"c917cd05-1c3b-49c1-8cbd-d2b3715818b3","html_url":"https://github.com/DimensionDev/Stego-JS","commit_stats":{"total_commits":158,"total_committers":6,"mean_commits":"26.333333333333332","dds":0.4177215189873418,"last_synced_commit":"c6d2f05edc8d7872254709529f34a6956a46548e"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/DimensionDev/Stego-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FStego-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FStego-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FStego-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FStego-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DimensionDev","download_url":"https://codeload.github.com/DimensionDev/Stego-JS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DimensionDev%2FStego-JS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263052430,"owners_count":23406106,"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":[],"created_at":"2024-11-05T20:22:12.969Z","updated_at":"2025-07-02T00:09:53.602Z","avatar_url":"https://github.com/DimensionDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stego-JS\n\n[![npm module](https://img.shields.io/npm/v/@masknet/stego-js)](https://www.npmjs.com/package/@masknet/stego-js)\n\n[Example](https://dimensiondev.github.io/Stego-JS/example/index.html)\n\n## Installation\n\n```bash\n# node\nnpm install @masknet/stego-js @napi-rs/image --global\n\n# dom\nnpm install @masknet/stego-js\n```\n\n## Usage\n\n```bash\n# cli\nnpx @masknet/stego-js -h\n\n# or\nnpm install --global @masknet/stego-js\nstego-js -h\n```\n\n```javascript\n// node\nimport { encode, decode } from '@masknet/stego-js/cjs/node'\n\n// dom\nimport { encode, decode } from '@masknet/stego-js/cjs/dom'\n\n// in native  (using ./cjs/node)\n// in browser (using ./cjs/dom)\nimport { encode, decode } from '@masknet/stego-js'\n```\n\n## Refs\n\n- [Javascript implementation of Java’s String.hashCode() method](https://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/)\n- [Shuffle \u0026 Unshuffle an Array in JavaScript](https://gist.github.com/iSWORD/13f715370e56703f6c973b6dd706bbbd)\n- [RGB to YCbCr](https://makarandtapaswi.wordpress.com/2009/07/20/why-the-rgb-to-ycbcr/)\n- [YCbCr to RGB](https://stackoverflow.com/questions/21264648/javascript-convert-yuv-to-rgb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fstego-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimensiondev%2Fstego-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimensiondev%2Fstego-js/lists"}