- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 252字
- 2021-07-02 18:59:41
Securing customer data
Keep your IoT data secure, use access controls, and encrypt data files. IoT data can be used to infer things about your customers, so take special care with it. You are the guardian of their information. You could be unintentionally exposing your company to legal risk by not properly securing customer data.
Encryption can be enabled in two ways, in transit and at rest. In transit refers to network transmission such as SSL or TLS. Most cloud services require their use. Make sure all the network communication in support of your analytic processes is encrypted in transit.
Encryption at rest refers to data storage. This could be data files on a server or data inside a database. Cloud providers can encrypt your data and make it transparent to you if you are using public/private key pairs to secure it.
Use this when data could be accessed by a wide set of users, such as all employees of your company. If the data is only accessible by a few people due to tight access controls and it is in a private subnet, you can be a little less strict - it is unlikely to get out. In general, if encryption is seamless, use it. If your data is accessible through the public internet, definitely use it.
Cloud providers were born operating inside the public internet. Security is built in at every level. Take advantage of it and use public/private keys, private subnets, access control, and encryption to secure your valuable data.
- Extending Jenkins
- Python程序設(shè)計(第3版)
- C語言程序設(shè)計(第2版)
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- Web Application Development with MEAN
- Mastering Unity Shaders and Effects
- Swift細致入門與最佳實踐
- Python開發(fā)基礎(chǔ)
- Fastdata Processing with Spark
- Python 3 Object:oriented Programming(Second Edition)
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- Oracle 12c從入門到精通(視頻教學(xué)超值版)
- Implementing Microsoft Dynamics NAV(Third Edition)
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- Learning Ionic(Second Edition)