cnl2-decrypt

1.0.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i cnl2-decrypt

      Weekly Downloads

      1

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      1.69 kB

      Total Files

      3

      Last publish

      Collaborators

      • zazama