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:
- Open Terminal
- Now, execute the below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install aescrypt using brew
brew install aescrypt
aescrypt is ready to use now!