Convert a base16 string to a base64 string.
~ qx base64-encode --help
Usage: qx base64-encode [hexstring]
~ qx base64-encode 1234567890abcdef
# base64 string
EjRWeJCrze8=
Convert a base64 string to a base16 string.
~ qx base64-decode --help
Usage: qx base64-decode [hexstring]
~ qx base64-decode EjRWeJCrze8=
# base16 string
1234567890abcdef
© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License