{"id":32309194,"url":"https://github.com/litaoh/base58","last_synced_at":"2026-02-21T16:03:07.674Z","repository":{"id":46059312,"uuid":"247419302","full_name":"litaoh/base58","owner":"litaoh","description":"A Dart Base58 Cipher - Encoder/Decoder library for Dart developers. This encoding is typically used for crypto currencies such as Bitcoin.","archived":false,"fork":false,"pushed_at":"2021-11-17T01:16:52.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T08:23:00.664Z","etag":null,"topics":["base58"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/bs58","language":"Dart","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/litaoh.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":"2020-03-15T07:15:05.000Z","updated_at":"2023-08-23T02:43:21.000Z","dependencies_parsed_at":"2022-09-20T22:44:34.825Z","dependency_job_id":null,"html_url":"https://github.com/litaoh/base58","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/litaoh/base58","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litaoh%2Fbase58","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litaoh%2Fbase58/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litaoh%2Fbase58/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litaoh%2Fbase58/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litaoh","download_url":"https://codeload.github.com/litaoh/base58/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litaoh%2Fbase58/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29685050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T15:51:39.154Z","status":"ssl_error","status_checked_at":"2026-02-21T15:49:03.425Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["base58"],"created_at":"2025-10-23T08:16:27.946Z","updated_at":"2026-02-21T16:03:07.669Z","avatar_url":"https://github.com/litaoh.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# base58\n\nA Dart Base58 Cipher - Encoder/Decoder library for Dart developers. This encoding is typically used for crypto currencies such as Bitcoin.\n\n## Install\n```yaml\ndependencies:\n  bs58: ^1.0.2\n```\n\n## Usage\n\n```dart\nimport 'dart:typed_data';\n\nimport 'package:bs58/bs58.dart';\nimport 'package:hex/hex.dart';\n\nvoid main() {\n  Uint8List hash =\n  HEX.decode('0efb18dccaeb61e855e56dbc35922b24f6ee6e37caa3a07ba923')\n  as Uint8List;\n\n  print(base58.encode(hash));\n  // =\u003e TcASfmyoFiNobNaCHeiPMkWgGmovoxk1sqk\n\n  print(base58.decode('TcASfmyoFiNobNaCHeiPMkWgGmovoxk1sqk'));\n  // =\u003e [14, 251, 24, 220, 202, 235, 97, 232, 85, 229, 109, 188, 53, 146, 43, 36, 246, 238, 110, 55, 202, 163, 160, 123, 169, 35]\n}\n```\n\n## LICENSE [MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitaoh%2Fbase58","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitaoh%2Fbase58","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitaoh%2Fbase58/lists"}