cnl2-decrypt

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

Usage no npm install needed!

<script type="module">
  import cnl2Decrypt from 'https://cdn.skypack.dev/cnl2-decrypt';
</script>

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

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