Installing bcrypt on Mac using Brew

Package Information:

Name: bcrypt
Use: Bcrypt is a cross platform file encryption utility. Encrypted files are portable across all supported operating systems and processors.
URL: https://bcrypt.sourceforge.io/

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bcrypt using brew
    brew install bcrypt

bcrypt is ready to use now!