{"id":23897723,"url":"https://github.com/tkwonn/base64","last_synced_at":"2025-02-23T07:45:12.690Z","repository":{"id":267241769,"uuid":"567475550","full_name":"tkwonn/base64","owner":"tkwonn","description":"CLI Project #4","archived":false,"fork":false,"pushed_at":"2024-12-09T07:47:32.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T17:17:21.781Z","etag":null,"topics":["base64","bitwise-oprations","cli"],"latest_commit_sha":null,"homepage":"","language":"C","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/tkwonn.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-11-17T21:48:12.000Z","updated_at":"2024-12-09T07:47:36.000Z","dependencies_parsed_at":"2024-12-09T08:42:47.523Z","dependency_job_id":null,"html_url":"https://github.com/tkwonn/base64","commit_stats":null,"previous_names":["tkwonn/base64"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkwonn%2Fbase64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkwonn%2Fbase64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkwonn%2Fbase64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkwonn%2Fbase64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkwonn","download_url":"https://codeload.github.com/tkwonn/base64/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286509,"owners_count":19777354,"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","bitwise-oprations","cli"],"created_at":"2025-01-04T17:17:27.310Z","updated_at":"2025-02-23T07:45:12.637Z","avatar_url":"https://github.com/tkwonn.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base64 Encoder/Decoder\n\nSimple command-line base64 encoder/decoder written in C.  \n  \nThis project was created to familiarize myself with:\n\n- Parsing command-line arguments\n- File input/output\n- Error handling\n- Binary data manipulation and bitwise operations\n- Understanding base64 in web development\n\n## Demo\n\n[![asciicast](https://asciinema.org/a/rdYjEroQStpuiQc9iiFbx5tI0.svg)](https://asciinema.org/a/rdYjEroQStpuiQc9iiFbx5tI0)\n\n## base64enc.c\n\n- Converts binary/text data to base64 encoded format\n- Wraps output at 76 characters per line\n- Handles padding with '=' characters as needed\n\n## base64dec.c\n\n- Decodes base64 encoded data back to original format\n- Validates input format and padding\n\n## Installation\n\n```bash\nmake # Build both encoder and decoder\nmake clean # Remove generated files\n```\n\n## Usage\n\n**Encoding**\n\n```bash\n./base64enc [FILE]         # Encode file to base64\n./base64enc \u003c input.txt    # Encode from stdin\n```\n\n**Decoding**\n\n```bash\n./base64dec [FILE]         # Decode base64 file\n./base64dec \u003c encoded.txt  # Decode from stdin\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkwonn%2Fbase64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkwonn%2Fbase64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkwonn%2Fbase64/lists"}