Class Base58

java.lang.Object
com.yahoo.security.Base58

public class Base58 extends Object
Base58 encoding using the alphabet standardized by Bitcoin et al., which avoids the use of characters [0OIl] to avoid visual ambiguity. It does not feature any potential word/line-breaking characters, which means encoded strings can usually be selected in one go on web pages or in the terminal.
Author:
vekterli
See Also:
  • Constructor Details

    • Base58

      public Base58()
  • Method Details