Lompat ke konten Lompat ke sidebar Lompat ke footer

How to: Base64 decode on Linux

Do you share messages using the Base64 encoding creature due to privacy? Want to learn how you can decode these messages natively on your Linux system? If so, this guide is for you! Come after on as we last over ways to decode Base64 messages connected Linux!

Base64 decrypt – Basez

One way to decrypt Base64 encodings on Linux is with the Basez, a command-line usefulness that can decode Base64 encrypted texts. Withal, the Basez application doesn't come pre-installed happening any Linux system. Indeed, before we go over how to use it to decode text, the program must be installed.

To start the installation of Basez on Linux, unenclosed up a terminal window on the background. The terminal window throne be wide on to the highest degree desktop environments by pressure the Ctrl + Alt + Tkeyboard combination.

Once the terminal window is open on the desktop, follow the command-line installation book of instructions for Basez mastered under that correspond with the Linux OS you currently use.

Ubuntu

On Ubuntu Linux, the BaseZ application is installable with the followersAptcommand below.

sudo clever set up basez

Debian

If you are using Debian Linux, you'll glucinium capable to set about BaseZ working victimisation the followingApt-causecommand.

sudo apt-get instal basez

Arch Linux

Basez isn't in the official Arch Linux software repositories. Withal, you'll still be able to install IT from the Arch Linux AUR. To starting the installation, get the Trizen AUR helper establish on your system using the commands infra.

sudo pacman -S git base-devel  bum clone https://aur.archlinux.org/trizen.git  cd trizen  makepkg -sri

With Trizen installed, wee-wee use of the trizen -Scommand to puzzle over Basez running.

trizen -S basez

Fedora/OpenSUSE

Sadly, both Fedora and OpenSUSE Linux get along not have Basez packages available in their software repositories. If you wish to use Basez, you will need to download and compile the code here manually.

After installing the Basez program on your Linux PC, the decoding can begin. In a terminal window, enter the following command under to decrypt your Base64 string.

Keep in mind that the command below is an example. You must wipe out the example Base64 cipher and replace IT with your own cipher.

echo 'SGVsbG8sIHRoaXMgaXMgYSB0ZXN0Lg==' > /tmp/base64-encoding | basez -d /tmp/base64-encoding

In this example encoding, the message is "This is a test." When the command above is guide, you will see the encrypted schoolbook decrypt in the terminal windowpane.

For more information on how to use the Basez decrypter/encrypter, make use of theman basezdictation. Away executing this mastery, you'll be healthy to read the hand-operated for the program, take special operations non covered in the article, and more.

Base64 decode – Base64 command-line app

Another way to decode Base64 encrypted text on Linux is with the built-in Base64 program enclosed on every Linux in operation systems. The Base64 app is part of the Wildebeest Effect Utilities, and thus we do not need to look into how to set up it.

Any Linux user can access the Base64 program included on their operative system. If you're prying about the app's functions, you can execute the base64 –aidbid in a terminal windowpane.

base64 --assistanc

Alternatively, if you'd like to take an in-depth look at how the Base64 app whole kit and caboodle along Linux, execute theman base64command to though its manual entry.

man base64

If you have a Base64 encrypted origin of text you'd like to decrypt, open up a terminal window and enter your code into the example command below between the ' ' First Baron Marks of Broughton.

echo 'SGVsbG8sIHRoaXMgaXMgYSB0ZXN0Lg==' | base64 --decode

After entering the command below, the Base64 app will publish out your decoded text in the fatal, which you arse then transcript and use however you see fit.

Base64 decode – Base64decode.org

Command-line of business utilities are bang-up, and Basez, as considerably as the built-in Base64 app, execute a great caper of decipherment encrypted Base64 textbook, merely that's non the only fashio you nates decode Base64 encodings. It is also realizable to make information technology on the internet.

If you'd like to decode a Base64 string of cypher on Linux and you'd same to avoid the statement-line, you'll want to check unfashionable Base64decode.org. IT's an excellent website that allows users to decode Base64 with ease quickly.

To start, open upwards your favorite Linux browser. In one case it is open, head over to Base64decode.org. Then, with the website loaded up, find the text box that says "Type (operating room paste) here," and paste in your code.

After pasting your encrypt into the decoding box, click along the unripe "DECODE" button. When you select the "DECODE" button with the mouse, the website bequeath descramble your Base64 encoding and output the decoded message. You privy then copy the subject matter to your clipboard from the website.

How to: Base64 decode on Linux

Source: https://www.addictivetips.com/ubuntu-linux-tips/base64-decode-on-linux/

Posting Komentar untuk "How to: Base64 decode on Linux"