- Status Closed
- Percent Complete
- Severity Low
- Due in Version Feature Requests
-
Votes
1
- Jayce Young (08.02.2018)
Attached to Project: Support Tickets
Opened by Jayce Young - 08.02.2018
Last edited by Jayce Young - 08.02.2018
Opened by Jayce Young - 08.02.2018
Last edited by Jayce Young - 08.02.2018
FS#19 - Encryption on Editor Plugins
We need the ability to encrypt a plugin that is made so the contents of the UI and LUA files cannot be accessed and changed or taken for personal use. This will allow people to keep their editor plugins secure and sell them on the store...
Closed by Jayce Young
08.02.2018 17:33
Reason for closing: Works for me
Additional comments about closing:
08.02.2018 17:33
Reason for closing: Works for me
Additional comments about closing:
Editor Plugin Encryption is now working through the use of the .ark package system. The only thing that can't be encrypted is the images due to the way Qt uses QSS.
This protects:
* All UI files
including the main editor and sub
editors
* QRC Files
* Lua
code that controls the editor.
Editor Plugin Encryption is now working through the use of the .ark package system. The only thing that can’t be encrypted is the images due to the way Qt uses QSS.
This protects:
* All UI files including the main editor and sub editors
* QRC Files
* Lua code that controls the editor.