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

https://github.com/milouk/deezcryptor


https://github.com/milouk/deezcryptor

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# nodeezcryptor

This is a fork from https://codeberg.org/exttex/nodeezcryptor with MacOS support

## Installation

### Linux:

Install your OS OpenSSL libraries.
Ubuntu: `apt install libssl-dev`

### Windows:

OpenSSL Precompiled libraries & header files are now included in this repo.

### Macos:

OpenSSL Precompiled libraries & header files are now included in this repo.

## package.json:
"nodeezcryptor": "git+https://github.com/milouk/deezcryptor",

## Example:

const decryptor = require('decryptor');

//Get Key:
decryptor.getKey("trackID");

//Decrypt File:
decryptor.decryptFile("key", "inputFilename", "outputFilename");