How can I protect a public script from being changed?

9 次查看(过去 30 天)
I write scripts that I would like other Matlab users to run but I do not want them to be able to modify it. Is there a way to protect a script that I make public?

采纳的回答

OCDER
OCDER 2018-8-7
Perhaps convert your code to p-code to discourage modifying your codes. It is NOT a full protection for modifying your codes though.
Complete protection against modification is tricky. This would require compiling your code via something like mcc, and if you really want, adding some security checks against modification / reverse engineering (that's above my skill set). But then, its not really usable via Matlab sessions.
I think p-code is what you're aiming for.

更多回答(1 个)

David Koenig
David Koenig 2018-8-7
编辑:David Koenig 2018-8-7
Thanks to Adam and OCDER.

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by