Feeds
답변 있음
encrypt an Matlab application standalone ?
The MATLAB Compiler can be used to create an encrypted Standalone application. In R2021b or later you can use the -s option of ...
encrypt an Matlab application standalone ?
The MATLAB Compiler can be used to create an encrypted Standalone application. In R2021b or later you can use the -s option of ...
1년 초과 전 | 0
답변 있음
hiding 1) content of .mat file and 2) .m file names as well as the content
If you have access to the MATLAB Compiler, you can it to create a standalone application. Use the -s option to obfuscate the fil...
hiding 1) content of .mat file and 2) .m file names as well as the content
If you have access to the MATLAB Compiler, you can it to create a standalone application. Use the -s option to obfuscate the fil...
1년 초과 전 | 0
답변 있음
encryption of .mat files
If you are using the MATLAB Compiler, you can use the -s option to encrypt your data (e.g. MAT files) in addition to your M file...
encryption of .mat files
If you are using the MATLAB Compiler, you can use the -s option to encrypt your data (e.g. MAT files) in addition to your M file...
1년 초과 전 | 0
답변 있음
Password protect mat files
If you are using the MATLAB Compiler, you can use the -s option to encrypt your data (e.g. MAT files) in addition to your M file...
Password protect mat files
If you are using the MATLAB Compiler, you can use the -s option to encrypt your data (e.g. MAT files) in addition to your M file...
1년 초과 전 | 0
답변 있음
Should I encrypt my files before compilation?
Using the MATLAB Compiler will encrypt your M files for you. You can also pcode them as well. If you have MATLAB R2022b or later...
Should I encrypt my files before compilation?
Using the MATLAB Compiler will encrypt your M files for you. You can also pcode them as well. If you have MATLAB R2022b or later...
1년 초과 전 | 0
답변 있음
How do i use and -s flag for compiling a MATLAB app
Use the "-j" switch of the MATLAB Compiler to automatically convert all M files to P-code (in R2022b or later)
How do i use and -s flag for compiling a MATLAB app
Use the "-j" switch of the MATLAB Compiler to automatically convert all M files to P-code (in R2022b or later)
1년 초과 전 | 0
답변 있음
Is it possbile to protect the code of a matlab live script?
If you have access to the MATLAB Compiler, it will work for Live Script files (MLX). See also Security Considerations to Protec...
Is it possbile to protect the code of a matlab live script?
If you have access to the MATLAB Compiler, it will work for Live Script files (MLX). See also Security Considerations to Protec...
1년 초과 전 | 0
답변 있음
Is it possible to share files with other MATLAB users, but protect my code intellectually and against changes?
See Security Considerations to Protect Your Source Code for a general discussion of the IP Protection topic.
Is it possible to share files with other MATLAB users, but protect my code intellectually and against changes?
See Security Considerations to Protect Your Source Code for a general discussion of the IP Protection topic.
1년 초과 전 | 0
답변 있음
How to obfuscate the code in a matlab app before packaging it?
There are several different ways to provide IP Protection of a MATLAB App. For example, see MATLAB Web App Server. See also Sec...
How to obfuscate the code in a matlab app before packaging it?
There are several different ways to provide IP Protection of a MATLAB App. For example, see MATLAB Web App Server. See also Sec...
1년 초과 전 | 0
답변 있음
Is it possible for MATLAB Compiler for generate applications that use P-code?
The MATLAB Compiler can automatically create P-code for you. See "mcc -j" or compiler.build ObfuscateArchive.
Is it possible for MATLAB Compiler for generate applications that use P-code?
The MATLAB Compiler can automatically create P-code for you. See "mcc -j" or compiler.build ObfuscateArchive.
1년 초과 전 | 0
답변 있음
PCode obfuscation cracked - alternatives?
Use: pcode -R2022a See also Security Considerations to Protect Your Source Code
PCode obfuscation cracked - alternatives?
Use: pcode -R2022a See also Security Considerations to Protect Your Source Code
1년 초과 전 | 0
답변 있음
How to share p code in FileExchange (or protect my work)
This documentation might be helpful in providing alternate (Non File Exchange) ways to share without revealing the source code: ...
How to share p code in FileExchange (or protect my work)
This documentation might be helpful in providing alternate (Non File Exchange) ways to share without revealing the source code: ...
1년 초과 전 | 0
제출됨
Intruder Detection and Recording
Intruder detection and recording with live video and audio display.
대략 8년 전 | 다운로드 수: 4 |