https://github.com/milouk/deezcryptor
https://github.com/milouk/deezcryptor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/milouk/deezcryptor
- Owner: milouk
- Created: 2021-02-21T14:45:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T16:04:59.000Z (over 5 years ago)
- Last Synced: 2025-01-19T17:49:08.306Z (over 1 year ago)
- Language: C
- Size: 6.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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");