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

Password change #80

Closed michalmalara closed 3 years ago

michalmalara commented 3 years ago

Hi,

Is it possible to change the password? I want to encrypt my files on one device and run it on another one, but I forget what password I passed during pyconcrete installation.

Also, can you tell me where is _pyconcrete.pyd file stored? I have a Debian based Linux system.

Falldog commented 3 years ago
  1. change password The password will be stored in _pyconcrete.pyd, you can uninstall pyconcrete, and install again.

  2. Check _pyconcrete.pyd path

    import pyconcrete
    print(pyconcrete.__path__)