Wednesday, December 14, 2022

Linux - Base64

The following is a Linux dictionary word of the day:

base64 base64 utilized to encode/decode data and 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: base64 testfile.txt > testencode.txt

No comments:

Post a Comment