Oct 26, 2021
Probably this means that one of the characters is not a base45 character.
Check out the decode method:
Generally speaking, IllegalArgumentException means that the arguments passed are not valid.
Check better the input text, and be sure to remove the prefix “HC1:” as done in the article.