Is it possible to restrict the access to a custom function to do not allow other user to apply modification?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Giovanni P
el 25 de Ag. de 2022
Comentada: Giovanni P
el 25 de Ag. de 2022
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 comentarios
Respuesta aceptada
Abderrahim. B
el 25 de Ag. de 2022
Hi!
Maybe you convert it to a protected code using pcode. See how in the link below:
Hope this helps
2 comentarios
Walter Roberson
el 25 de Ag. de 2022
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.)
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!