Class Crockford

java.lang.Object
org.miaixz.bus.core.codec.binary.Crockford

public class Crockford extends Object
Crockford`s Base32实现 来自:https://gist.github.com/markov/5206312

Provides Base32 encoding and decoding as defined by RFC 4648. However it uses a custom alphabet first coined by Douglas Crockford. Only addition to the alphabet is that 'u' and 'U' characters decode as if they were 'V' to improve mistakes by human input.

This class operates directly on byte streams, and not character streams.

Since:
Java 17+
Author:
Kimi Liu
See Also: