# wire-webapp-cryptobox

> High-level API with persistent storage for Proteus.

Latest version **6.2.1** (published 2017-11-28) · GPL-3.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install wire-webapp-cryptobox
pnpm add wire-webapp-cryptobox
yarn add wire-webapp-cryptobox
bun add wire-webapp-cryptobox
```

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 6.2.1 |
| Published | 2017-11-28 |
| First published | 2016-09-21 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | andylind, gregor_herdmann, yserz, wireapp-member, ffflorian, lipis, bennyn, wireapp-owner |

## Links

- npm: https://www.npmjs.com/package/wire-webapp-cryptobox
- Repository: https://github.com/wireapp/wire-webapp-cryptobox
- Homepage: https://github.com/wireapp/wire-webapp-cryptobox#readme
- Issues: https://github.com/wireapp/wire-webapp-cryptobox/issues
- npm.io page: https://npm.io/package/wire-webapp-cryptobox

## Dependencies (6)

- [dexie](https://npm.io/package/dexie.md) 1.5.1
- [rimraf](https://npm.io/package/rimraf.md) 2.6.1
- [fs-extra](https://npm.io/package/fs-extra.md) 3.0.1
- [wire-webapp-proteus](https://npm.io/package/wire-webapp-proteus.md) 5.2.0
- [@wireapp/store-engine](https://npm.io/package/@wireapp/store-engine.md) 0.1.1
- [wire-webapp-lru-cache](https://npm.io/package/wire-webapp-lru-cache.md) 2.0.0

## Recent versions

- 6.2.1 (latest) — 2017-11-28
- 6.2.0-neon (neon) — 2017-10-09
- 6.2.0 — 2017-09-05
- 6.1.6 — 2017-09-01
- 6.1.4 — 2017-08-31
- 6.1.3 — 2017-08-30
- 6.1.2 — 2017-08-25
- 6.1.1 — 2017-08-25
- 6.1.0 — 2017-08-25
- 5.1.1 — 2017-05-31
- 5.0.4 — 2017-04-05
- 5.0.3 — 2017-04-04
- 5.0.2 — 2017-04-04
- 5.0.1 — 2017-04-03
- 5.0.0 — 2017-04-03
- … 34 more at https://npm.io/package/wire-webapp-cryptobox/versions

## README

# Wire

This repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by contacting opensource@wire.com.

You can find the published source code at [github.com/wireapp](https://github.com/wireapp).

For licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).

## Cryptobox

Cryptobox provides a high-level API with persistent storage for the [Proteus][2] implementation of the [Axolotl][3] protocol.

[2]: https://github.com/wireapp/proteus
[3]: https://github.com/trevp/axolotl/wiki

## Build Status

[![Build Status](https://travis-ci.org/wireapp/wire-webapp-cryptobox.svg?branch=master)](https://travis-ci.org/wireapp/wire-webapp-cryptobox)

## Installation

### Browser

```bash
bower install wire-webapp-cryptobox
```

### Node.js

```bash
yarn add wire-webapp-cryptobox
```

## Usage

### Browser

- [index.html](./dist/index.html)

### Node.js

- [index.js](./dist/index.js) 

## Development

### Testing

Run individual test:

```bash
# Example
gulp test_browser --file "common/CacheSpec.js"
```

Run all tests (in Chrome & Node.js):

```bash
yarn test
```

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