View CNL2.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
*********************************************************************************** | |
Author: Jose Erick C. | |
Python: v3.6 | |
Based on PHP code http://jdownloader.org/knowledge/wiki/glossary/cnl2#example1 | |
*********************************************************************************** | |
''' | |
from Crypto.Cipher import AES | |
import base64 |