{"id":16167997,"url":"https://github.com/kylecorry31/base64-encoder","last_synced_at":"2025-04-07T06:18:08.140Z","repository":{"id":80503712,"uuid":"161093814","full_name":"kylecorry31/base64-encoder","owner":"kylecorry31","description":"A base64 encoder for Java","archived":false,"fork":false,"pushed_at":"2019-04-29T11:41:08.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T10:24:01.596Z","etag":null,"topics":["base64","base64-encoding","java","library"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kylecorry31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-12-10T00:10:48.000Z","updated_at":"2019-07-15T21:57:36.000Z","dependencies_parsed_at":"2023-05-24T08:00:24.143Z","dependency_job_id":null,"html_url":"https://github.com/kylecorry31/base64-encoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2Fbase64-encoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2Fbase64-encoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2Fbase64-encoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kylecorry31%2Fbase64-encoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kylecorry31","download_url":"https://codeload.github.com/kylecorry31/base64-encoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601447,"owners_count":20964866,"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","base64-encoding","java","library"],"created_at":"2024-10-10T03:10:01.034Z","updated_at":"2025-04-07T06:18:08.126Z","avatar_url":"https://github.com/kylecorry31.png","language":"Java","readme":"# base64-encoder [![Build Status](https://travis-ci.org/kylecorry31/base64-encoder.svg?branch=master)](https://travis-ci.org/kylecorry31/base64-encoder)\nA base64 encoder Java library designed to work on Android devices without support for the Base64 class.\n\n## Getting started\n\n### Examples\nInclude the jar file from the releases page into your project.\n\nEncoding a string:\n```Java\nString s = \"A test string\";\nString encoded = Base64Encoder.encode(s); // QSB0ZXN0IHN0cmluZw==\n```\n\nEncoding bytes:\n```Java\nbyte[] bytes = \"A test string\".getBytes();\nString encoded = Base64Encoder.encode(bytes); // QSB0ZXN0IHN0cmluZw==\n```\n\nAll commands presented below work in Mac or Linux, for Windows replace `./gradlew` with `gradlew.bat`.\n\n### Build\nTo build the project, run the `./gradlew build` command.\n\n### Jar\nTo create a jar file which can be imported into other projects, run the `./gradlew jar` command.\n\n### Test\nThis library can be tested against the Java 8 Base64 class by executing the `./gradlew test` command.\n\n## Contributing\nPlease fork this repo and submit a pull request to contribute. I will review all changes and respond if they are accepted or rejected (as well as reasons, so it will be accepted).\n\n### Issues\nIf you are submitting a bug, please describe the bug in detail and how to replicate if possible. Logs are also very useful.\n\nIf you are submitting a feature idea, please describe it in detail and document the potential use cases of that feature if it isn't clear.\n\n## Credits\nI am currently the sole contributor to this project.\n\n## License\nYou are free to copy, modify, and distribute base64-encoder with attribution under the terms of the MIT license. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylecorry31%2Fbase64-encoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkylecorry31%2Fbase64-encoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkylecorry31%2Fbase64-encoder/lists"}