passkey storage format

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
iono_4292956
Level 1
Level 1
First like given

Hi,

I store network credential in the device, but it is plain text. Can you suggest alternative methods to store(not plain text). can it use same wifi dct structure?

0 Likes
1 Solution

Hi,

Can you please check the thread Re: DCT network information encryption and see if it helps.

Is your STM32 processor supports hardware Crypto??

Please refer to 43xxx_Wi-Fi/WICED/platform/MCU/wiced_dct_external_common.c in WICED for the implementation.

Thanks.

View solution in original post

3 Replies
KotnaniK_71
Employee
Employee
50 likes received 25 likes received 10 likes received

Hi,

The network credentials information usually be stored in the config section of DCT.

Can you please let me know if you're looking for some sort of encryption and the platform you're using.

Thanks.

0 Likes

Hi,

Yes in wifi DCT as I mention in my post (DCT_WIFI_CONFIG_SECTION), my uC is STM32. I want to store key encrypted. Any suggestion to implement?

0 Likes

Hi,

Can you please check the thread Re: DCT network information encryption and see if it helps.

Is your STM32 processor supports hardware Crypto??

Please refer to 43xxx_Wi-Fi/WICED/platform/MCU/wiced_dct_external_common.c in WICED for the implementation.

Thanks.