Giter Club home page Giter Club logo

Comments (3)

Falldog avatar Falldog commented on June 3, 2024

Unfortunately ... Yes,
If there is someone try to hack your python code, there is lots way to decrypt .pye to plain text.
pyconcrete provide the easy way to encrypt code, but it's not safe enough for the senior python programmer.

If you want to find the more safe encryption way for python, maybe pyconcrete is not the choice.

The other options may be below

  1. modify pyconcrte execution for only execute your entry main pye only.
    => But, can be hack by gdb attach
  2. modify python BYTE CODE rule, but you need to modify and compile python by source
  3. the more you can do, reference Looking inside the Dropbox

from pyconcrete.

koolay avatar koolay commented on June 3, 2024

Is possible compile the python module pyconcrete use cython?

from pyconcrete.

Falldog avatar Falldog commented on June 3, 2024

cython is a good idea.
But there is still a way to patch load_module() in runtime.

Build by cython will make user hard to dump it, because user need to do more thing to hack it.
BTW, decrypt_buffer() return value, it should be plaintext as .pyc content. It's not the source of .py

from pyconcrete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.