S32 Design studio encrypt .c/.h file
05-10-2019
08:13 PM
1,492 Views
玉敏111田
Contributor III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 Replies
05-12-2019
11:35 PM
1,392 Views


NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
S32DS itself cannot encrypt any files. You must use some third party tools for this purpose.
Regards,
Martin
05-13-2019
02:38 AM
1,392 Views
玉敏111田
Contributor III
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But what can the S32DS Library Project do?I think it can encrypt the .c or .h.
05-13-2019
02:56 AM
1,392 Views


NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I found useful discussion for you. Please see the link below:
static libraries - DLL and LIB files - what and why? - Stack Overflow
Regards,
Martin
05-13-2019
02:53 AM
1,392 Views


NXP Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
the library project create static library archive - typicaly libmy_lib.a. You can link functions stored in library by other projects.
Anyway - what you mean by "encrypt"?
Jiri
