Crockford Base32
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=E-Mail, newsgroups, and forums }} Crockford '''Base32''' is a binary-in-text transfer encoding designed by Douglas Crockford. Compa...") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Transfer Encodings |
}} | }} | ||
− | + | '''Crockford Base32''' is a binary-in-text transfer encoding designed by Douglas Crockford. Compared to other encodings of this type, it's intended to be easier for humans to read and transcribe. | |
+ | |||
+ | See also [[Base32]]. | ||
== Links == | == Links == | ||
* [http://www.crockford.com/wrmg/base32.html Main website] | * [http://www.crockford.com/wrmg/base32.html Main website] | ||
* [http://merrigrove.blogspot.com/2014/04/what-heck-is-base64-encoding-really.html ... Why most implementations of Crockford-base32 encoding are probably incorrect] | * [http://merrigrove.blogspot.com/2014/04/what-heck-is-base64-encoding-really.html ... Why most implementations of Crockford-base32 encoding are probably incorrect] |
Latest revision as of 15:51, 28 September 2014
Crockford Base32 is a binary-in-text transfer encoding designed by Douglas Crockford. Compared to other encodings of this type, it's intended to be easier for humans to read and transcribe.
See also Base32.