The following is a Linux dictionary word of the day:
base32 – base32 utilized to encode/decode data
and then print it to standard output.
-d parameter is used to decode data
-i parameter is used when decoding
to ignore non-alphabet characters
-w used to wrap encoded lines
Utilize 0 to disable line wrapping (example: -w0)
Example:
base32 testfile.txt > testencode.txt
No comments:
Post a Comment