An open API service indexing awesome lists of open source software.

https://github.com/or13/joe

JavaScript Object Encryption
https://github.com/or13/joe

Last synced: about 1 year ago
JSON representation

JavaScript Object Encryption

Awesome Lists containing this project

README

          

# Joe

[![NPM](https://nodei.co/npm/joe.png)](https://nodei.co/npm/joe/)

[![Build Status](https://travis-ci.org/OR13/joe.svg?branch=master)](https://travis-ci.org/OR13/joe)

## WARNING THIS IS AN EXPERIMENT. DO NOT USE.

- Crypto thanks to the very awesome [JOSE](https://github.com/cisco/node-jose)

Joe provides tools for javascript object encryption and encoding.

### Install

```
$ npm install joe --save
```

```
var Joe = require('joe');
```

or

```