{"id":15291958,"url":"https://github.com/sultansagitov/simplesix64","last_synced_at":"2026-04-25T11:32:02.497Z","repository":{"id":256697580,"uuid":"855753164","full_name":"sultansagitov/simplesix64","owner":"sultansagitov","description":"Encode scheme for 6 bit symbols","archived":false,"fork":false,"pushed_at":"2024-10-10T05:56:12.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T23:43:21.511Z","etag":null,"topics":["6bit","case-insensitive","encoding","java","maven"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sultansagitov.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":"2024-09-11T12:14:47.000Z","updated_at":"2024-10-10T05:56:16.000Z","dependencies_parsed_at":"2025-03-24T09:41:28.342Z","dependency_job_id":"bc21f581-c1f8-40e6-9bae-ceb6b120d662","html_url":"https://github.com/sultansagitov/simplesix64","commit_stats":null,"previous_names":["sultansagitov/simplesix64"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sultansagitov/simplesix64","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sultansagitov%2Fsimplesix64","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sultansagitov%2Fsimplesix64/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sultansagitov%2Fsimplesix64/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sultansagitov%2Fsimplesix64/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sultansagitov","download_url":"https://codeload.github.com/sultansagitov/simplesix64/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sultansagitov%2Fsimplesix64/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["6bit","case-insensitive","encoding","java","maven"],"created_at":"2024-09-30T16:15:17.711Z","updated_at":"2026-04-25T11:32:02.479Z","avatar_url":"https://github.com/sultansagitov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleSix64\n\n**SimpleSix64** is an encoding library designed to extend Base64 encoding with a broader set of characters, including case-insensitive letters and a variety of symbols. This library is useful for applications needing a custom encoding scheme that supports a wider range of characters.\n\n## Features\n\n- **Extended Character Set**: Supports a rich set of symbols beyond the standard Base64.\n- **Case Insensitivity**: Encoding and decoding processes handle case insensitivity.\n\n## Installation\n\n### Clone the Repository\n\nTo get started, clone the repository from GitHub:\n\n```bash\ngit clone https://github.com/sultansagitov/simplesix64.git\n```\n\n### Build and Install Locally\n\nNavigate into the project directory and build the project using Maven:\n\n```bash\ncd simplesix64\nmvn clean install\n```\n\nThis will install the library into your local Maven repository.\n\n### Adding to Your Project\n\nAdd the following dependency to your `pom.xml` to use SimpleSix64 in your Maven project:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003enet.result.simplesix64\u003c/groupId\u003e\n    \u003cartifactId\u003esimple64\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\n### Encoding\n\nTo encode a string, use the `encode` method. This method converts the input string into a custom encoded format using the defined character set.\n\n```java\nimport net.result.simplesix64.SimpleSix64;\n\npublic class EncodingExample {\n    public static void main(String[] args) {\n        String data = \"Hello, World!\";\n        byte[] encoded = SimpleSix64.encode(data);\n        System.out.println(\"Encoded: \" + new String(encoded));\n    }\n}\n```\n\n## License\n\nThis project is licensed under the BSD-2-Clause license. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsultansagitov%2Fsimplesix64","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsultansagitov%2Fsimplesix64","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsultansagitov%2Fsimplesix64/lists"}