Installing base64 on Mac using Brew
Package Information:
Name: base64
Use: Encode and decode base64 files
URL: https://www.fourmilab.ch/webtools/base64/
Installation Steps:
- Open Terminal by hitting
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install base64 using brew
brew install base64
base64 is ready to use now!