Research on Secure Access System for Massive IoT Devices in 5G Scenarios

Authors: He Yueying, Sun Zhonghao Abstract: With the rapid development of 5G networks, while promoting the development of various IoT application scenarios and increasing the scale of IoT device access, it also brings more security threats. This paper starts from the actual threats faced by IoT application scenarios based on 5G, combines the challenges of … Read more

Using Jetpack Security for Data Encryption: Official Android Recommendations

Using Jetpack Security for Data Encryption: Official Android Recommendations

Author: fundroid_Fang Zhuo Link: https://blog.csdn.net/vitaviva/article/details/104828195 What is Jetpack Security? Jetpack Security is the security component library released at Google I/O 2019. The Security library is simple and mainly includes two classes: EncryptedFile and EncryptedSharedPreferences, which are used to encrypt and decrypt the reading and writing of File and SharedPreferences respectively. Security requires a minimum SDK … Read more