[ 
https://issues.apache.org/jira/browse/CODEC-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory resolved CODEC-326.
-----------------------------------
    Fix Version/s: 1.21.1
       Resolution: Fixed

Base58 class with input and output stream support is now in git master and 
1.22.0-SNAPSHOT builds in 
[https://repository.apache.org/content/repositories/snapshots/]

 

> 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.21.1
>
>
> 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)

Reply via email to