
basenc
List of commands for basenc:
-
basenc:tldr:08895 basenc: Encode a file with base64 encoding.$ basenc --base64 ${filename}try on your machineexplain this command
-
basenc:tldr:ae17a basenc: Encode from `stdin` with base32 encoding.$ ${command} | basenc --base32try on your machineexplain this command
-
basenc:tldr:b493c basenc: Encode from `stdin` with base32 encoding with 42 columns.$ ${command} | basenc --base32 -w42try on your machineexplain this command
-
basenc:tldr:c2c95 basenc: Decode a file with base64 encoding.$ basenc --decode --base64 ${filename}try on your machineexplain this command