Is it posiible to hide a source code?

4 ビュー (過去 30 日間)
ConanTaieb
ConanTaieb 2020 年 9 月 18 日
コメント済み: ConanTaieb 2020 年 9 月 18 日
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 !

採用された回答

Bruno Luong
Bruno Luong 2020 年 9 月 18 日
pcode myfun
  6 件のコメント
Rik
Rik 2020 年 9 月 18 日
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 2020 年 9 月 18 日
@ Rik
Good, thank you

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by