Security in MATLAB Code
You can increase the security of your workflow by keeping sensitive
information out of code and by obfuscating code. You can store sensitive
information in your MATLAB vault or in a .env
file. For more information,
see Keep Sensitive Information Out of Code. When
obfuscating code, consider combining multiple approaches. For more information,
see Security Considerations to Protect Your Source Code.
Functions
Topics
- Security Considerations to Protect Your Source Code
When you share your MATLAB code, the contents are easily accessed, revealing design and implementation details. You can obfuscate or compile your source files.
- Keep Sensitive Information Out of Code
Increase the security of your workflow by using the MATLAB vault or
.env
files. - Work with Remote Data
Work with remote data in Amazon S3™, Azure® Blob Storage, or HDFS™.