cnl2-decrypt
v1.0.2
Published
node.js module to decrypt click'n'load 2 links
Downloads
17
Readme
CNL2Decrypt
Decrypt Click'n'Load 2 links
Installation
npm install cnl2-decrypt
Usage
const cnl2 = require('cnl2-decrypt');
let rawkey = "function+f(){+return+'6653705553628279363377636c76645a';}";
let crypted = "abufV7k8bGeoYPoJU5Nh.....uc0un4=";
let urls = cnl2.decrypt(crypted, rawkey); // array of url strings