{"id":24592152,"url":"https://github.com/girkovarpa/watermark","last_synced_at":"2026-02-09T13:33:54.304Z","repository":{"id":108438046,"uuid":"271673256","full_name":"GirkovArpa/watermark","owner":"GirkovArpa","description":"https://stackoverflow.com/questions/62332819/how-to-embed-text-inside-image/62335638","archived":false,"fork":false,"pushed_at":"2020-06-12T00:36:12.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T05:50:02.192Z","etag":null,"topics":["lsb","steganography","watermark"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/GirkovArpa.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":"2020-06-12T00:29:46.000Z","updated_at":"2020-06-14T12:41:38.000Z","dependencies_parsed_at":"2023-06-01T02:30:38.991Z","dependency_job_id":null,"html_url":"https://github.com/GirkovArpa/watermark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GirkovArpa/watermark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fwatermark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fwatermark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fwatermark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fwatermark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GirkovArpa","download_url":"https://codeload.github.com/GirkovArpa/watermark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GirkovArpa%2Fwatermark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29267006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T12:53:16.161Z","status":"ssl_error","status_checked_at":"2026-02-09T12:52:30.244Z","response_time":56,"last_error":"SSL_read: 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":["lsb","steganography","watermark"],"created_at":"2025-01-24T10:13:46.174Z","updated_at":"2026-02-09T13:33:54.286Z","avatar_url":"https://github.com/GirkovArpa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a client-side implementation of LSB (least significant bit) steganography.\n\nIt does not work for images with transparency.  I don't know why.\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003cscript src=\"index.js\"\u003e\u003c/script\u003e\n\n\u003cbody\u003e\n\u003c/body\u003e\n\u003cscript\u003e\n  (async () =\u003e {\n    const base64 = /* some base64 image data goes here */;\n    const watermark = await createWatermark(base64, 'John Doe');\n    \n    const image = new Image();\n    image.src = watermark;\n    document.body.appendChild(image); // displays watermarked image on screen\n\n    const hiddenText = await readWatermark(watermark, 8);\n    console.log(hiddenText); // John Doe\n  })();\n\u003c/script\u003e\n\n\u003c/html\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirkovarpa%2Fwatermark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgirkovarpa%2Fwatermark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgirkovarpa%2Fwatermark/lists"}