|
2 years ago | |
---|---|---|
native | 2 years ago | |
openssl | 2 years ago | |
.gitignore | 3 years ago | |
README.md | 2 years ago | |
binding.gyp | 2 years ago | |
decryptor.js | 3 years ago | |
package.json | 2 years ago |
Install your OS OpenSSL libraries.
Ubuntu: apt install libssl-dev
OpenSSL Precompiled libraries & header files are now included in this repo.
"nodeezcryptor": "git+https://notabug.org/xefglm/nodeezcryptor.git#master"
const decryptor = require('decryptor');
//Get Key:
decryptor.getKey("trackID");
//Decrypt File:
decryptor.decryptFile("key", "inputFilename", "outputFilename");