- 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.
- 極簡(jiǎn)算法史:從數(shù)學(xué)到機(jī)器的故事
- Web前端開(kāi)發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- CentOS 7 Linux Server Cookbook(Second Edition)
- ASP.NET動(dòng)態(tài)網(wǎng)頁(yè)設(shè)計(jì)教程(第三版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 深入淺出React和Redux
- OpenCV 4計(jì)算機(jī)視覺(jué)項(xiàng)目實(shí)戰(zhàn)(原書(shū)第2版)
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- C++語(yǔ)言程序設(shè)計(jì)
- CRYENGINE Game Development Blueprints
- 3ds Max印象 電視欄目包裝動(dòng)畫(huà)與特效制作
- Learning D
- Getting Started with Web Components
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- Unity 3D UI Essentials