# browserify-cipher

> ciphers for the browser

Latest version **1.0.1** (published 2018-04-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install browserify-cipher
pnpm add browserify-cipher
yarn add browserify-cipher
bun add browserify-cipher
```

## Health

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

Positive: has types package; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-04-11 |
| First published | 2015-09-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/browserify-cipher) |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19 |
| Author | Calvin Metcalf |
| Maintainers | cwmma |

## Links

- npm: https://www.npmjs.com/package/browserify-cipher
- Repository: https://github.com/crypto-browserify/browserify-cipher
- Homepage: https://github.com/crypto-browserify/browserify-cipher#readme
- Issues: https://github.com/crypto-browserify/browserify-cipher/issues
- npm.io page: https://npm.io/package/browserify-cipher

## Dependencies (3)

- [browserify-aes](https://npm.io/package/browserify-aes.md) ^1.0.4
- [browserify-des](https://npm.io/package/browserify-des.md) ^1.0.0
- [evp_bytestokey](https://npm.io/package/evp_bytestokey.md) ^1.0.0

## Recent versions

- 1.0.1 (latest) — 2018-04-11
- 1.0.0 — 2015-09-27

## README

browserify-cipher
===

[![Build Status](https://travis-ci.org/crypto-browserify/browserify-cipher.svg)](https://travis-ci.org/crypto-browserify/browserify-cipher)

Provides createCipher, createDecipher, createCipheriv, createDecipheriv and
getCiphers for the browserify.  Includes AES and DES ciphers.

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