
base32
List of commands for base32:
-
base32:tldr:10d8d base32: Decode from `stdin`.$ ${somecommand} | base32 --decodetry on your machineexplain this command
-
base32:tldr:61e46 base32: Encode from `stdin`.$ ${somecommand} | base32try on your machineexplain this command
-
base32:tldr:6f26b base32: Encode a file.$ base32 ${filename}try on your machineexplain this command
-
base32:tldr:d6a2d base32: Decode a file.$ base32 --decode ${filename}try on your machineexplain this command