How do I go about assigning id,password or any other security option to my MCR compiled binary?
이전 댓글 표시
I want to distribute a binary but it has important research information and must only be accessible by the people with permission. I want to add something like an Id, password or any other form of verification to my distributed file.
댓글 수: 1
Jayaram Theegala
2017년 6월 19일
편집: Jayaram Theegala
2017년 6월 19일
How are you sharing your research information? Are you bundling it with your application as MAT files? If yes, please note that MAT files are not encrypted (whereas your source code (.m files) are encrypted) and when the application is run, these MAT files are present in a temporary folder and information in it can be retrieved by opening them in MATLAB. For more information on encrypting MAT files for securing them, click on the following URL: https://www.mathworks.com/matlabcentral/answers/43896-encryption-of-mat-files
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Share and Distribute Software에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!