filmov
tv
Quick Tip: Base64 Decoding on Mac Using Terminal

Показать описание
Learn how to easily base64 decode files and strings right in Terminal on your Mac.
This quick tutorial will show you the basic base64 command so you can start using the powerful command line tool for encoding and decoding.
To decode a Base64 string using base64:
1. Open the Terminal app
2. Type base64 -D and hit enter. This puts Terminal into decode mode.
3. Now paste or type your Base64 encoded string after the command and hit enter again.
4. Finally, enter ctrl+d to signal the end of input.
This quick tutorial will show you the basic base64 command so you can start using the powerful command line tool for encoding and decoding.
To decode a Base64 string using base64:
1. Open the Terminal app
2. Type base64 -D and hit enter. This puts Terminal into decode mode.
3. Now paste or type your Base64 encoded string after the command and hit enter again.
4. Finally, enter ctrl+d to signal the end of input.