{"id":28955759,"url":"https://github.com/ncvcz/bs64","last_synced_at":"2025-06-23T20:09:50.859Z","repository":{"id":41375104,"uuid":"509107977","full_name":"ncvcz/bs64","owner":"ncvcz","description":"Encode/Decode base64","archived":false,"fork":false,"pushed_at":"2023-05-18T05:25:43.000Z","size":1164,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-21T09:05:52.563Z","etag":null,"topics":["base64","bs64","cli","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ncvcz.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":"2022-06-30T14:13:15.000Z","updated_at":"2023-03-17T13:05:57.000Z","dependencies_parsed_at":"2024-11-06T03:51:49.361Z","dependency_job_id":null,"html_url":"https://github.com/ncvcz/bs64","commit_stats":null,"previous_names":["vc-z/bs64","ncvcz/bs64"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ncvcz/bs64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncvcz%2Fbs64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncvcz%2Fbs64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncvcz%2Fbs64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncvcz%2Fbs64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ncvcz","download_url":"https://codeload.github.com/ncvcz/bs64/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncvcz%2Fbs64/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261548746,"owners_count":23175499,"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":["base64","bs64","cli","go","golang"],"created_at":"2025-06-23T20:09:49.344Z","updated_at":"2025-06-23T20:09:50.848Z","avatar_url":"https://github.com/ncvcz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BS64\n\nEncode \u0026 Decode base64\n\n```bash\nbs64 [-e (--encode) | -d (--decode)] [-f (--file) | -s (--string)] \u003cdata\u003e [\u003coutput\u003e]\n```\n\n## 🌿 Install Guide\n\n- Clone repository\n\n```bash\ngit clone https://github.com/vclemenzi/bs64\n```\n\n- Run install\n\n```bash\n[sudo] sh install\n```\n## 🐛 Example \u0026 Guide \n\n##### 🔒 Encode example \u0026 tutorial \n\nEncode string\n```bash\nbs64 --encode --string Hello\n# SGVsbG8=\n```\n\n\nEncode file (Hello.txt, `Hello`)\n\n```bash\nbs64 --encode --file Hello.txt\n# SGVsbG8=\n```\n\nSet output file (The output file may or may not exist) \n\n```bash\nbs64 --encode [--string | --file] [string | file] [output file]\n```\n##### 🔓 Decode example \u0026 tutorial\n\nDecode string\n\n```bash\nbs64 --encode --string SVGsbG8=\n# Hello\n```\n\nDecode file (Hello.txt, `SVGsbG8=`)\n\n```bash\nbs64 --encode --file Hello.txt\n# Hello\n```\n\nSet output file (The output file may or may not exist) \n\n```bash\nbs64 --encode [--string | --file] [string | file] [output file]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncvcz%2Fbs64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncvcz%2Fbs64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncvcz%2Fbs64/lists"}