The importance of security for IoT devices is crucial due to the sensitive and private nature of the data. This data might include passwords, keys credentials, configuration, and personal information.
The SimpleLink Wi-Fi devices handle the following security aspects:
- Wi-Fi: Secured local network is the first protection layer for the IoT device. SimpleLink Wi-Fi devices support several Wi-Fi security methods, both personal and enterprise. When a SimpleLink device connects to an AP through the profile method, the network encrypted password is stored in the SFLASH, and there is no access to the password, which raises the protection of the local network and the device. More details are in the WLAN chapters.
- Data: Data layer security is a basic requirement for secured local networks, especially when the device is connected to the cloud. SimpleLink devices support the SSL (secured socket layer) standard for data encryption and server verification. More details are in the secure-socket chapter.
- Files: Passwords, configurations, keys, and credentials are private information on the device which must be secured. SimpleLink Wi-Fi devices support secure file systems on an external serial flash, providing a simple API to organize and access the data. More details are in the secure-file system chapters.