{"id":18913477,"url":"https://github.com/privacyforge/bitphrase","last_synced_at":"2025-04-15T08:30:50.691Z","repository":{"id":257435465,"uuid":"848707946","full_name":"PrivacyForge/bitphrase","owner":"PrivacyForge","description":"Encode and Decode Bytes to Meaningful Word","archived":false,"fork":false,"pushed_at":"2024-08-28T13:49:45.000Z","size":41,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-28T18:50:36.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/PrivacyForge.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-28T09:00:29.000Z","updated_at":"2025-01-25T11:39:34.000Z","dependencies_parsed_at":"2024-09-16T19:08:51.649Z","dependency_job_id":null,"html_url":"https://github.com/PrivacyForge/bitphrase","commit_stats":null,"previous_names":["privacyforge/bitphrase","privacyforge/byteworder.js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivacyForge%2Fbitphrase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivacyForge%2Fbitphrase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivacyForge%2Fbitphrase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrivacyForge%2Fbitphrase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrivacyForge","download_url":"https://codeload.github.com/PrivacyForge/bitphrase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249035294,"owners_count":21202050,"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-08T10:07:48.861Z","updated_at":"2025-04-15T08:30:50.456Z","avatar_url":"https://github.com/PrivacyForge.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ByteWorder.js\n\nEncode and Decode Bytes to Meaningful Word\n\n## Encode\n\n```js\nconst encoded = encodeUint8ArrayToWord(\n  new Uint8Array([2, 23, 43, 123, 2, 23, 42, 12, 34, 10, 98, 7])\n);\nconsole.log(encoded); // عاقبت مهر نر خدایی جهانبان تونیک تبرک\n```\n\n## Decode\n\n```js\nconst encoded = \"عاقبت مهر نر خدایی جهانبان تونیک تبرک\";\nconst decoded = decodeWordToUint8Array(encoded);\nconsole.log(decoded); // [2, 23, 43, 123, 2, 23, 42, 12, 34, 10, 98, 7]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprivacyforge%2Fbitphrase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprivacyforge%2Fbitphrase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprivacyforge%2Fbitphrase/lists"}