unity-package-decrypt
v0.2.0
Published
> Note: uses es6 classes, see [this](http://node.green/#ES2015-functions-class) for node version compatibility
Downloads
10
Readme
unity-package-decrypt
Note: uses es6 classes, see this for node version compatibility
Client for decrypting packages from the unity package service.
How
Do I...
Install
Simple! Just npm install unity-package-decrypt
Use
See the following (or the tests):
const client = new UnityDecryptClient()
client.decrypt(packageData, packageKey).then(...)
License
MIT