Clear Filters
Clear Filters

How do I go about assigning id,password or any other security option to my MCR compiled binary?

1 view (last 30 days)
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 Comment
Jayaram Theegala
Jayaram Theegala on 19 Jun 2017
Edited: Jayaram Theegala on 19 Jun 2017
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

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!