Encrypt your message. See demo on Heroku.
- Clone the repo
git clone git@github.com:AndrewTrebuhin/encmessages.git
cd encmessages
- Install all dependencies
bundle install
- Rename base.db.example to base.db in db folder
cd db
mv base.db.example base.db
- Return to root folder and run the app
cd ..
rackup
5.Visit http://localhost:9292 to see the app.