ie you can simply
#!/usr/bin/python3
from pyce._crypto import decryptf
with open('output.pyc', 'wb') as output:
output.write(decryptf('./__init__.pyce', '3e8a6f52eb5b41e0883c594dc026c70aa04258790ca71259d9d1c1bf47cfc0aa'))
Then use uncompyle6 output.pyc to get full source..
if you have to use 3rd party to encrypt the source, what is the point in this module?
ie you can simply
Then use
uncompyle6 output.pycto get full source..if you have to use 3rd party to encrypt the source, what is the point in this module?