Falldog / pyconcrete

Protect your python script, encrypt it as .pye and decrypt when import it
Apache License 2.0
692 stars 149 forks source link

whether encrypted pye file can be decrypted to pyc file? #83

Closed animebing closed 3 years ago

animebing commented 3 years ago

After I install pyconcrete using python setup.py install, in the __init__.py, I find encrypt_file and decrypt_file, I know encrypt_file is used in pyconcrete-admin.py to encrypt pyc to pye, so whether I can use decrypt_file to decrypt pye to pyc, if this is the case, the security of the code can not be guaranteed.

Falldog commented 3 years ago

The decrypt_file has not be implemented, it will do nothing now.