{"id":52728,"library":"shengdoushi-base58","title":"Base58","description":"Package base58 provides encoding and decoding of base58 strings.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/shengdoushi/base58","tags":["base58","encoding","crypto","utility"],"install":[{"cmd":"go get github.com/shengdoushi/base58","lang":"bash","label":"Install github.com/shengdoushi/base58"}],"dependencies":[],"imports":[{"symbol":"base58","correct":"github.com/shengdoushi/base58"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/shengdoushi/base58\"\n)\n\nfunc main() {\n\tencoded := base58.Encode([]byte(\"Hello\"))\n\tfmt.Println(encoded)\n\tdecoded, _ := base58.Decode(encoded)\n\tfmt.Println(string(decoded))\n}","lang":"go","description":"Encode and decode a byte slice using base58."},"warnings":[],"env_vars":null,"search_vec":"'base58':1,3,9,11 'crypto':13 'decod':7 'encod':5,12 'packag':2 'provid':4 'string':10 'util':14","created_at":"2026-06-15T07:09:02.525341+00:00","updated_at":"2026-06-15T07:09:02.525341+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/shengdoushi/base58","github":"https://github.com/shengdoushi/base58","docs":"https://pkg.go.dev/github.com/shengdoushi/base58#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}