How to confuse qml source?
-
My project uses qrc to bundle qml files to binary executable. But the content of qml can be seen when the executable is opened by hex editor.
I don't want to show the code to other.
Is there any encryption available for opensource qt version?@Mr-Pang said:
Is there any encryption available for opensource qt version?
Not right now. However, Qt 5.7 will include the Qt Quick Compiler -- this used to be commercial-only, but the Qt Company plans to release it to the open source community too. See http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/
-
My project uses qrc to bundle qml files to binary executable. But the content of qml can be seen when the executable is opened by hex editor.
I don't want to show the code to other.
Is there any encryption available for opensource qt version?@Mr-Pang it for me strange can you share a snapshot for me.
i thought when we use resource folder we can not access the resource easily!!whats data and how much hex editor has access.