La traduction de cette page n'est pas à jour. Cliquez ici pour voir la dernière version en anglais.
Sécurité du code MATLAB
Vous pouvez renforcer la sécurité de votre workflow en n’incluant pas d’informations sensibles dans le code et en offusquant ce dernier. Vous pouvez stocker les informations sensibles dans votre coffre-fort MATLAB ou dans un fichier .env
. Pour plus d’informations, consultez Keep Sensitive Information Out of Code. Pour l’offuscation du code, envisagez de combiner plusieurs approches. Pour plus d’informations, consultez Security Considerations to Protect Your Source Code.
Fonctions
Rubriques
- 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™.