# oplop

> Oplop algorithm packaged for Node.

Latest version **0.1.0** (published 2012-03-08) · 0 weekly downloads

## Install

```sh
npm install oplop
pnpm add oplop
yarn add oplop
bun add oplop
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2012-03-08 |
| First published | 2012-03-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Jakub Wroniecki |
| Maintainers | wroniasty |

## Links

- npm: https://www.npmjs.com/package/oplop
- Homepage: http://github.com/wroniasty/node-oplop
- npm.io page: https://npm.io/package/oplop

## Recent versions

- 0.1.0 (latest) — 2012-03-08

## README

# 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

```javascript
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.

---
_Source: https://npm.io/package/oplop · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
