Zazama / cnl2-decrypt

node.js module to decrypt click'n'load 2 links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Inspired by https://github.com/schlan/clicknload

About

node.js module to decrypt click'n'load 2 links


Languages

Language:JavaScript 100.0%