Is it possible to restrict the access to a custom function to do not allow other user to apply modification?
3 次查看(过去 30 天)
显示 更早的评论
I have written a calculation sofware that I need to share with other users, but I don't want other people to be able to modify the script without a permission, because this package of fuctions will be an official tool inside the office, with new release when required.
Wich is the smarter way to do this without loosing the possibility to access the functions in case of further improvements and updates?
0 个评论
采纳的回答
Abderrahim. B
2022-8-25
Hi!
Maybe you convert it to a protected code using pcode. See how in the link below:
Hope this helps
2 个评论
Walter Roberson
2022-8-25
Note that pcode should not be considred robust against determined attackers. It is known that some people have ways of reversing pcode generated before R2022a (which revised pcode security.)
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!