Socket
Socket
Sign inDemoInstall

azure-iot-security-symmetric-key

Package Overview
Dependencies
14
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    azure-iot-security-symmetric-key

Azure IoT Symmetric Key Security Client


Version published
Weekly downloads
740
increased by22.72%
Maintainers
7
Install size
2.46 MB
Created
Weekly downloads
 

Readme

Source

Security module used to provide Symmetric Key authentication capabilities to the Azure IoT Hub device client and Azure IoT Hub Provisioning Service device client.

npm version

Install

There are at least 3 different packages involved when writing code to take advantage of the Azure IoT Hub Device Provisioning Service:

  • The "client" package that will be used to create a provisioning client. This is the azure-iot-provisioning-device package.
  • the "transport" package that will decide which protocol will be used to communicate with the provisioning service. One of azure-iot-provisioning-device-amqp, azure-iot-provisioning-device-mqtt, or azure-iot-provisioning-device-http. Please note that Symmetric Key authentication is supported with all protocols but TPM authentication is supported only with AMQP and HTTP.
  • The "security client" package that will be used to interface with whatever type of security (x509, TPM, or Symmetric Key) is used to authenticate the device. This package (azure-iot-security-symmetric-key) provides Symmetric Key authentication capabilities.

For example:

npm install --save azure-iot-provisioning-device
npm install --save azure-iot-provisioning-device-amqp # Or -mqtt or -http
npm install --save azure-iot-security-symmetric-key

Getting Started

To get started please read our Overview of the Device Provisioning Service and visit our tutorials pages

FAQs

Last updated on 14 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc