Installing cifer on Mac using Brew

Package Information:

Name: cifer
Use: Work on automating classical cipher cracking in C
URL: https://code.google.com/p/cifer/

Installation Steps:

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

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

cifer is ready to use now!