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:

  1. Open Terminal on your Mac.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install ccrypt using brew
    brew install ccrypt

ccrypt is ready to use now!