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:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cifer using brew
brew install cifer
cifer is ready to use now!