{"id":20809929,"url":"https://github.com/rayyannafees/pixipher","last_synced_at":"2026-04-21T17:31:49.544Z","repository":{"id":180770088,"uuid":"665672660","full_name":"RayyanNafees/pixipher","owner":"RayyanNafees","description":"Pixel Cipher integrated in the web","archived":false,"fork":false,"pushed_at":"2023-09-09T20:12:02.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T04:29:44.929Z","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/RayyanNafees.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":"2023-07-12T18:22:42.000Z","updated_at":"2023-07-13T09:56:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8789b62-83fc-43fd-89bf-a21ce646a223","html_url":"https://github.com/RayyanNafees/pixipher","commit_stats":null,"previous_names":["rayyannafees/pixipher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RayyanNafees/pixipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayyanNafees%2Fpixipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayyanNafees%2Fpixipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayyanNafees%2Fpixipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayyanNafees%2Fpixipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RayyanNafees","download_url":"https://codeload.github.com/RayyanNafees/pixipher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayyanNafees%2Fpixipher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32102142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-17T20:18:23.153Z","updated_at":"2026-04-21T17:31:49.536Z","avatar_url":"https://github.com/RayyanNafees.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixipher: Pixelise your data\n\nPixel Cipher implementation on the web via WebAssembly for data conversion\n\n## Useful links\n\n- [Pixels to Canvas Image (PNG)](https://www.w3schools.com/jsref/canvas_createimagedata.asp)\n- [Getting Pixels from the Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas)\n- [Reading Bytes from a file](https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsBinaryString)\n- [Getting the bytes from an uploaded File](https://usefulangle.com/post/297/javascript-get-file-binary-data)\n- [Converting a string of binary number to Integer](https://www.tutorialspoint.com/convert-an-array-of-binary-numbers-to-corresponding-integer-in-javascript)\n- [Converting Integer to binary string](https://stackoverflow.com/questions/11103487/how-to-convert-binary-representation-of-number-from-string-to-integer-number-in)\n- [Base64 conversion](https://stackoverflow.com/questions/6213227/fastest-way-to-convert-a-number-to-radix-64-in-javascript)\n- [Image from TypeArray of RGBA Pixels](https://stackoverflow.com/questions/22823752/creating-image-from-array-in-javascript-and-html5)\n- [ArrayBuffer \u0026 Base64 interconversion](https://stackabuse.com/encoding-and-decoding-base64-strings-in-node-js/)\n- [Bitjs: Binary Operations in JS](https://github.com/codedread/bitjs)\n\n## Base64 \u0026 ArrayBuffers\n```js\nconst encoded = Buffer.from('username:password', 'utf8').toString('base64')  \n// 'dXNlcm5hbWU6cGFzc3dvcmQ='\n\nconst plain = Buffer.from('dXNlcm5hbWU6cGFzc3dvcmQ=', 'base64').toString('utf8')  \n// 'username:password'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayyannafees%2Fpixipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayyannafees%2Fpixipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayyannafees%2Fpixipher/lists"}