Simply edit the data.json
file with the necessary details as per the examples given.
The obvious benefit of two-factor auth is that if your password is compromised, your account(s) are still secure. Needless to say, you should treat the seeds to your authenticator tokens as you would passwords. Wherever you use this make sure it is relatively secure, using at least some HTML auth on the web server.
This code utilises the wondeful CryptoJS libraries that can be found here: http://code.google.com/p/crypto-js - created by Jeff Mott.Except where I use material licensed by third parties, bootstrap, jQuery & CryptoJS, this project is released in to the public domain.