Is it posiible to hide a source code?

5 visualizzazioni (ultimi 30 giorni)
ConanTaieb
ConanTaieb il 18 Set 2020
Commentato: ConanTaieb il 18 Set 2020
Hello,
what is the best way to hide source code of Matlab. Indeed, I want to give a code to users to execute it without being able to access it.
Thnak you !

Risposta accettata

Bruno Luong
Bruno Luong il 18 Set 2020
pcode myfun
  6 Commenti
Rik
Rik il 18 Set 2020
If you are willing to rely on the system time you can use now to retrieve the current date and compare it to an expiration date. If you don't trust the user, then you should host your own server that returns a time. Don't use the publicly available options, as you don't control whether they allow API access and might go down without warning.
ConanTaieb
ConanTaieb il 18 Set 2020
@ Rik
Good, thank you

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Programming in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by