A WebApp implementation of the rot13 encryption using AngularJS. More information about the encryption method here.
Just clone this repository and install the dependencies. Make sure you have NodeJS installed.
git clone https://github.com/leanbalma/rot13-implementation.git
npm install
bower install
grunt serve
The webapp will be shown on localhost:9000.