> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/gei-kai-fa-zhe-de-zhi-nan/cryptography/base58.md).

# Base58

> **最後更新：2026 年 1 月**

類似於[Base64](/gei-kai-fa-zhe-de-zhi-nan/cryptography/base64.md)，由[比特幣](/bi-te-bi/bi-te.md)創辦人[Satoshi Nakamoto](/cong-zhong-ben-cong-dao-bi-te-bi/satoshi-nakamoto.md)所提出，將原先的64的字元縮減成58個。

## 去除長得很像的字母或是數字

縮減的方式就是去除大寫"I"與小寫"l"這種基本上分辨不出來的字元，另外還有大寫"O"與數字"0"組合，以及"+"與"/"兩個無用符號也被去除。

留下的字元包含：

```
123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz
```

***

#### 相關條目

* [Coinbase Wallet](/qian-bao-lei-xing/untitled/coinbase-wallet.md)
* [Coinbase](/mai-mai-shu-wei-zi-chan-de-chang-suo/shang/coinbase.md)
* [Base64](/gei-kai-fa-zhe-de-zhi-nan/cryptography/base64.md)
* [哈希算法](/gei-kai-fa-zhe-de-zhi-nan/cryptography/hash.md)
* [SHA256](/gei-kai-fa-zhe-de-zhi-nan/cryptography/sha256.md)

#### 參考資料
