0.1.0 • Published 12 years ago

oplop v0.1.0

Weekly downloads
6
License
-
Repository
-
Last release
12 years ago

Oplop

Oplop is actually an acronym for "One Password equals Lots Of Passwords". Look at the project website: http://code.google.com/p/oplop/ to learn more.

I needed an npm package, so I copy & pasted one of the available browser based implementations.

Installation

$ npm install oplop

Usage

var uniquePassword = require('oplop') (nickname, masterPassword)

Author

The code was actually taken from a web implementation by Joshua Dick http://joshdick.net, which was taken from the official Oplop implementation at http://oplop.appspot.com.

The only difference is that this module is using the native Node.JS md5 implementation.