Class Base62

java.lang.Object
com.yahoo.security.Base62

public class Base62 extends Object
Base62 encoding which has the nice property that 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

    • Base62

      public Base62()
  • Method Details