[
https://issues.apache.org/jira/browse/CODEC-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory updated CODEC-326:
----------------------------------
External issue URL: https://github.com/apache/commons-codec/pull/422
> Add Base58 support
> ------------------
>
> Key: CODEC-326
> URL: https://issues.apache.org/jira/browse/CODEC-326
> Project: Commons Codec
> Issue Type: New Feature
> Reporter: Wolff Bock von Wuelfingen
> Priority: Major
> Fix For: 1.22.0
>
>
> While it is coming from the bitcoin world, it is a very handy format for
> actual humans to read and enter into a software.
> For example: In my personal use case, i am generating licence keys which use
> base58 to reduce the input a human has to do, while at the same time keeping
> errors low(er) because of the removed characters compared to base64. This is
> for devices with no internet connection.
> I will have to roll my own implementation for now, but would have liked to
> use Commons Codec for that.
> One implementation example can be found
> [here|https://github.com/WaykiChain/wicc-wallet-utils-kotlin/blob/master/src/main/java/org/bitcoinj/core/Base58.java].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)