base64

base64-encode

Convert a base16 string to a base64 string.

~ qx base64-encode --help

Usage: qx base64-encode [hexstring]

Example 1

~ qx base64-encode 1234567890abcdef

# base64 string
EjRWeJCrze8=

base64-decode

Convert a base64 string to a base16 string.

~ qx base64-decode --help

Usage: qx base64-decode [hexstring]

Example 2

~ qx base64-decode EjRWeJCrze8=

# base16 string
1234567890abcdef
Contribute on GitHub

Report an Issue | View File | Edit File

© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License Creative Commons License