pstreams-providers/src/providers/sources/primewire/decryption
2024-03-27 21:45:23 -05:00
..
blowfish.ts Fixes 2024-03-27 21:45:23 -05:00
constants.ts Fixes 2024-03-27 21:45:23 -05:00
README.md Fixes 2024-03-27 21:45:23 -05:00

Maintaining decryption

This folder contains the decryption logic for the primewire provider

The code in blowfish.ts is a de-obfuscated version of the original code that is used to decrypt the video links. You can find original the code in this JavaScript file by searching for the keyword "sBox0".

The code is minified, so use prettier to deobfuscate it. In the case that the URL changes, you can find it used in the primewire homepage.