SimpleBase icon indicating copy to clipboard operation
SimpleBase copied to clipboard

Add support Base32 Crockford Stacks EncodeCheck()

Open Fantom579 opened this issue 7 months ago • 1 comments

Add support Base32 Crockford EncodeCheck() for Stacks addresses

Fantom579 avatar Jul 23 '25 22:07 Fantom579

@Fantom579 Stacks C32Check doesn't use standard Crockford encoding. For example, "hello world" encodes to "D1JPRV3F41VPYWKCCG" in Crockford, but C32Check's own encoding returns "38CNP6RVS0EXQQ4V34".

This looks like a problematic standard from the get go. How applicable is this? How common is this? What are the use cases?

ssg avatar Sep 14 '25 03:09 ssg

Closing due to the problematic nature of the spec.

ssg avatar Jan 24 '26 00:01 ssg