S32 Design studio encrypt .c/.h file

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32 Design studio encrypt .c/.h file

723 Views
玉敏111田
Contributor III

With S32 DS development,I need encrypt some .c /.h files .But  I don't how to complete.

Labels (1)
Tags (2)
0 Kudos
4 Replies

623 Views
martin_kovar
NXP Employee
NXP Employee

Hello,

S32DS itself cannot encrypt any files. You must use some third party tools for this purpose.

Regards,

Martin

0 Kudos

623 Views
玉敏111田
Contributor III

But  what can the S32DS Library Project do?I think it can encrypt the .c or .h.

pastedImage_2.pngpastedImage_1.png

0 Kudos

623 Views
martin_kovar
NXP Employee
NXP Employee

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

0 Kudos

623 Views
jiri_kral
NXP Employee
NXP Employee

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

0 Kudos