Guide To Install ccrypt On Mac using Brew
Package Information:
Name: ccrypt
Use: ccrypt is a utility for encrypting and decrypting files and streams.
URL: https://ccrypt.sourceforge.io/
Installation Steps:
- Open Terminal on your Mac.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install ccrypt using brew
brew install ccrypt
ccrypt is ready to use now!