|
|
1 year ago | |
|---|---|---|
| native | 1 year ago | |
| openssl | 1 year ago | |
| .gitignore | 2 years ago | |
| README.md | 1 year ago | |
| binding.gyp | 1 year ago | |
| decryptor.js | 2 years ago | |
| package.json | 1 year 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");