How to use the MD5 and Base64 commands in Linux?
Two commands cover most checksum and encoding work on Linux: md5sum produces a fixed fingerprint of a file, and base64 converts data into plain ASCII text so it can travel through channels that only accept text. They look similar in a terminal but do opposite jobs. The sections below show the difference through hashes, verified […]
How to use the MD5 and Base64 commands in Linux? Read More »