{"id":31729843,"url":"https://github.com/ron4fun/base_encoding","last_synced_at":"2025-10-09T07:18:11.669Z","repository":{"id":56826488,"uuid":"417286175","full_name":"ron4fun/base_encoding","owner":"ron4fun","description":"base_encoding is a compact and standalone 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).","archived":false,"fork":false,"pushed_at":"2021-10-18T21:11:53.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-08-20T21:28:09.776Z","etag":null,"topics":["base16","base32","base58","base64","bitcoin","crockford","dart","decoding","encoding","extended-hex","flickr","hexadecimal","regex-encode","rfc4648","ripple","urlencode","xmlencode"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ron4fun.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-14T21:23:45.000Z","updated_at":"2021-10-18T21:11:56.000Z","dependencies_parsed_at":"2022-09-13T08:12:04.297Z","dependency_job_id":null,"html_url":"https://github.com/ron4fun/base_encoding","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/ron4fun/base_encoding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2Fbase_encoding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2Fbase_encoding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2Fbase_encoding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2Fbase_encoding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ron4fun","download_url":"https://codeload.github.com/ron4fun/base_encoding/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ron4fun%2Fbase_encoding/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","bitcoin","crockford","dart","decoding","encoding","extended-hex","flickr","hexadecimal","regex-encode","rfc4648","ripple","urlencode","xmlencode"],"created_at":"2025-10-09T07:18:10.445Z","updated_at":"2025-10-09T07:18:11.662Z","avatar_url":"https://github.com/ron4fun.png","language":"Dart","readme":"## base_encoding [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ron4fun/base_encoding/blob/master/LICENSE) [![Build Status](https://travis-ci.com/ron4fun/base_encoding.svg?branch=main)](https://travis-ci.com/ron4fun/base_encoding)\n**`base_encoding`** is a compact and standalone 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   \n**Usage Examples.**\n\n```dart\nimport 'package:base_encoding/base_encoding.dart';\n\n\nmain() {\n    final base32 = BaseEncoding.CreateBase32Crockford();\n\n    String rawData = \"foobar\";\n\n    var output = base32.Encode(rawData.codeUnits, false);\n\n    print('Output: ${output}'); // Output: CSQPYRK1E8\n}\n```\n    \n**License**\n\nThis \"Software\" is Licensed Under  **`MIT License (MIT)`** .\n\n#### Tip Jar\n* :dollar: **Bitcoin**: `1Mcci95WffSJnV6PsYG7KD1af1gDfUvLe6`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fron4fun%2Fbase_encoding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fron4fun%2Fbase_encoding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fron4fun%2Fbase_encoding/lists"}