Human friendly binary encoding

2019-04-08 17:04发布

Some time ago I came across a website that described a binary-to-text encoding which was human friendly. For example on input (for decoding) it accepted 0, o and O all as the same value, because people tend to mix those characters very easy.

Unfortunately I can't remember how it was called...

Edit: this was the one I was looking for: "Another alternative design for Base32 is created by Douglas Crockford, who proposes using additional characters for a checksum."

标签: encoding
1条回答
等我变得足够好
2楼-- · 2019-04-08 17:48

Sounds like Base32.

There are variants (such as z-base-32) which accept O for 0, l/I for 1, etc.

查看更多
登录 后发表回答