Easy way To Install aescrypt on Mac

Package Information:

Name: aescrypt
Use: AESCrypt is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128)
URL: https://aescrypt.sourceforge.io/

Installation Steps:

  1. Open Terminal
  2. Now, execute the below command
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install aescrypt using brew
    brew install aescrypt

aescrypt is ready to use now!