https://github.com/or13/joe
JavaScript Object Encryption
https://github.com/or13/joe
Last synced: about 1 year ago
JSON representation
JavaScript Object Encryption
- Host: GitHub
- URL: https://github.com/or13/joe
- Owner: OR13
- License: bsd-2-clause
- Created: 2016-12-06T00:06:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T04:52:32.000Z (over 9 years ago)
- Last Synced: 2025-02-13T19:49:12.403Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Joe
[](https://nodei.co/npm/joe/)
[](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
```