{"id":15297307,"url":"https://github.com/44kia244/lorem-encode","last_synced_at":"2026-02-10T23:32:33.814Z","repository":{"id":87700835,"uuid":"173592848","full_name":"44kia244/lorem-encode","owner":"44kia244","description":"A useless binary-to-text encoder created for sending a blocked file over FB Messenger","archived":false,"fork":false,"pushed_at":"2023-03-01T14:45:49.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-25T16:37:33.398Z","etag":null,"topics":["encoding","javascript","js","library","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/44kia244.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":"2019-03-03T15:28:42.000Z","updated_at":"2023-09-27T00:45:33.000Z","dependencies_parsed_at":"2023-07-06T14:01:16.990Z","dependency_job_id":null,"html_url":"https://github.com/44kia244/lorem-encode","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.4666666666666667,"last_synced_commit":"c1e7c2cfa142d03a351b4a0cb4509e37333c5f3c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/44kia244/lorem-encode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44kia244%2Florem-encode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44kia244%2Florem-encode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44kia244%2Florem-encode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44kia244%2Florem-encode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/44kia244","download_url":"https://codeload.github.com/44kia244/lorem-encode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/44kia244%2Florem-encode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"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":["encoding","javascript","js","library","nodejs"],"created_at":"2024-09-30T19:16:35.078Z","updated_at":"2026-02-10T23:32:33.793Z","avatar_url":"https://github.com/44kia244.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lorem-encode\nThis is a binary-to-text encoder that replace a byte into a predefined unique string, and then use the same string set to decode back into binary. This can bypass the security check of facebook messenger, but require receiver to use this program to decode it.\n\n*Note: I created this just for fun. No update or maintenance.*\n\n# Installation\n```bash\nnpm -g install lorem-encode\n```\n\n## How to use\n```bash\n# binary-to-text encoding\nlorem-encode source.zip encoded.txt\n\n# text-to-binary decoding\nlorem-encode -d encoded.txt decoded.zip\n```\n\n## Configuration\nThe `keys.json` included with this repository is the configuration file. It contains 256 no-space unique word each for 0x00 to 0xFF representation.\n```\n[\n  \"quae\",\n  \"omnis\",\n  \"velit\",\n  \"weakness\",\n  \"ullamco\",\n  .\n  .\n  .\n  \"elit\",\n  \"earum\",\n  \"exercitation\"\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F44kia244%2Florem-encode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F44kia244%2Florem-encode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F44kia244%2Florem-encode/lists"}