{"id":31729844,"url":"https://github.com/ron4fun/simplebaselib4cpp","last_synced_at":"2025-10-09T07:18:11.642Z","repository":{"id":144178306,"uuid":"138125064","full_name":"ron4fun/SimpleBaseLib4CPP","owner":"ron4fun","description":"SimpleBaseLib4CPP is a simple C++11 Base Encoding library that provides at the moment support for encoding and decoding various bases such as Base16, Base32 (various variants), Base58 (various variants), Base64 (various variants).","archived":false,"fork":false,"pushed_at":"2021-10-15T19:34:11.000Z","size":40,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-23T05:38:37.299Z","etag":null,"topics":["base16","base32","base58","base64","cplusplus","cpp","encoding"],"latest_commit_sha":null,"homepage":"","language":"C++","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/ron4fun.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}},"created_at":"2018-06-21T05:49:55.000Z","updated_at":"2023-10-30T09:59:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c2d072f-1a8c-4a3c-bbde-1a014a194d47","html_url":"https://github.com/ron4fun/SimpleBaseLib4CPP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ron4fun/SimpleBaseLib4CPP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2FSimpleBaseLib4CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2FSimpleBaseLib4CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2FSimpleBaseLib4CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2FSimpleBaseLib4CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ron4fun","download_url":"https://codeload.github.com/ron4fun/SimpleBaseLib4CPP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2FSimpleBaseLib4CPP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000985,"owners_count":26082972,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["base16","base32","base58","base64","cplusplus","cpp","encoding"],"created_at":"2025-10-09T07:18:10.523Z","updated_at":"2025-10-09T07:18:11.632Z","avatar_url":"https://github.com/ron4fun.png","language":"C++","readme":"# SimpleBaseLib4CPP\n**`SimpleBaseLib4CPP`** is a simple C++11 Base Encoding library that provides at the moment support for encoding and decoding various bases such as Base16, Base32 (various variants), Base58 (various variants) and Base64 (various variants).\n\n**Supported Encodings:**\n\n    Base64: Default, DefaultNoPadding, UrlEncoding, XmlEncoding, RegExEncoding and FileEncoding alphabets \n    (and any custom alphabet you might have)\n    \n    Base58: Bitcoin, Ripple and Flickr alphabets (and any custom alphabet you might have)\n\n    Base32: RFC 4648, Crockford and Extended Hex (BASE32-HEX) alphabets with Crockford character substitution \n    (or any other custom alphabets you might want to use)   \n    \n    Base16: An experimental hexadecimal encoder/decoder.\n\n**Tested Enviroments:**\n     \n    Visual Studio 2015.\n\n    \n**Usage Examples.**\n\n```c++\n#include \"Base/SimpleBaseFactory.h\"\n#include \"Utils/Utilities.h\"\n\nint main()\n{\n    IBase32 base32 = SimpleBaseFactory::CreateBase32Crockford();\n    string rawData = \"foobar\";\n    string result;\n\n    SimpleBaseLibByteArray bytes = Utilities::convertASCIIStringToByteArray(rawData);\n\n    result = base32-\u003eEncode(bytes);\n\t        \n    return 0;\n}\n```\n\n **Unit Tests:**\n\nTo run the unit tests, you should have [boost library](http://www.boost.org/) installed in your workstation.\n    \n**License**\n\nThis \"Software\" is Licensed Under  **`MIT License (MIT)`** .\n\n#### Tip Jar\n* :dollar: **Bitcoin**: `1Mcci95WffSJnV6PsYG7KD1af1gDfUvLe6`\n\n\nConclusion\n--------------------------------------------------\n\n   Special thanks to [Xor-el](https://github.com/xor-el) for making this library available in the first place.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fron4fun%2Fsimplebaselib4cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fron4fun%2Fsimplebaselib4cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fron4fun%2Fsimplebaselib4cpp/lists"}