All Projects → iotwuxi → iot_security

iotwuxi / iot_security

Licence: other
《密码技术与物联网安全——mbedtls开发实战》示例代码

Programming Languages

c
50402 projects - #5 most used programming language
java
68154 projects - #9 most used programming language
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to iot security

wolfssl-py
Python wrapper for wolfSSL embedded SSL/TLS library.
Stars: ✭ 30 (-72.97%)
Mutual labels:  tls, dtls
qsslcaudit
test SSL/TLS clients how secure they are
Stars: ✭ 22 (-80.18%)
Mutual labels:  tls, dtls
helix-sandbox
Middleware for secure IoT provisioning, access and control.
Stars: ✭ 23 (-79.28%)
Mutual labels:  tls, dtls
dtls
Datagram Transport Layer Security (DTLS) client.
Stars: ✭ 72 (-35.14%)
Mutual labels:  tls, dtls
mbedtls-esp8266
Updated and Upgraded mbedTLS library for the ESP8266 (probably ESP32 too)
Stars: ✭ 13 (-88.29%)
Mutual labels:  tls, mbedtls
python-mbedtls
Cryptographic library with an mbed TLS back end
Stars: ✭ 64 (-42.34%)
Mutual labels:  tls, dtls
vault-plugin-secrets-wireguard
Vault's plugin for managing server and dynamic client configurations
Stars: ✭ 41 (-63.06%)
Mutual labels:  tls
zephyr
Mirror Android notifications to VR
Stars: ✭ 78 (-29.73%)
Mutual labels:  zephyr
tipi
Tipi - the All-in-one Web Server for Ruby Apps
Stars: ✭ 214 (+92.79%)
Mutual labels:  tls
sipsorcery-media
The SIPSorcery library for WebRTC infrastructure and Windows audio and video capture.
Stars: ✭ 19 (-82.88%)
Mutual labels:  dtls
netxduo
Azure RTOS NetX Duo is an advanced, industrial-grade TCP/IP network stack designed specifically for deeply embedded real-time and IoT applications
Stars: ✭ 151 (+36.04%)
Mutual labels:  tls
hyper-proxy
A proxy connector for Hyper-based crates
Stars: ✭ 73 (-34.23%)
Mutual labels:  tls
PageSigner
Client for the TLSNotary protocol (Chromium extension).
Stars: ✭ 63 (-43.24%)
Mutual labels:  tls
cryptonice
CryptoNice is both a command line tool and library which provides the ability to scan and report on the configuration of SSL/TLS for your internet or internal facing web services. Built using the sslyze API and ssl, http-client and dns libraries, cryptonice collects data on a given domain and performs a series of tests to check TLS configuration…
Stars: ✭ 91 (-18.02%)
Mutual labels:  tls
vault-pki-monitor-venafi
Venafi PKI Monitoring Secrets Engine for HashiCorp Vault that enforces security policy and provides certificate visiblity to the enterprise.
Stars: ✭ 18 (-83.78%)
Mutual labels:  tls
tlsassistant
Fully-featured tool that combines state-of-the-art TLS analyzers with a report system that suggests appropriate mitigations and shows the full set of viable attacks.
Stars: ✭ 24 (-78.38%)
Mutual labels:  tls
Limnoria
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.
Stars: ✭ 578 (+420.72%)
Mutual labels:  tls
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-86.49%)
Mutual labels:  tls
ToRat client
This is the ToRat client, a part of the ToRat Project.
Stars: ✭ 29 (-73.87%)
Mutual labels:  tls
k8s-webhook-cert-manager
Generate certificate suitable for use with any Kubernetes Mutating Webhook.
Stars: ✭ 59 (-46.85%)
Mutual labels:  tls

《密码技术与物联网安全:mbedtls实战》

图书简介

本书是国内第一本理论结合实践的物联网安全书籍,包括数论基础知识、密码学算法、TLS/DTLS协议、物联网安全协议CoAPs等部分。本书试图打破物联网工程师、嵌入式工程师与Web开发工程师之间的知识鸿沟,通过图文并茂的方式说明密码技术与物联网安全。 本书具有以下特点:

  • 密码学算法部分除了理论知识之外,还包括mbedtls相关工具和示例代码,可以帮助读者更快地理解这些晦涩难懂的密码技术;
  • 贴近物联网应用实战开发。本书基于嵌入式硬件平台描述密码学算法性能,通过具体示例代码分析密码学算法资源消耗情况,结合实战情况给出使用建议。
  • 紧扣物联网安全发展趋势。认证加密算法部分,本书详细描述了认证加密算法CCM模式和GCM模式;椭圆曲线算法部分,本书详细描述了椭圆曲线密码算法的数学基础以及安全原理;
  • TLS/DTLS协议部分。本书以物联网终端的角度详细描述TLS/DTLS协议的实现过程,按照密钥交换、密钥计算、对称加密等部分展开,并总结了物联网设备使用TLS/DTLS协议的建议;
  • 物联网安全协议CoAPs部分。本书详细描述了物联网安全协议CoAPs,CoAPs依赖DTLS协议,它可在占用较少资源的情况下为物联网设备提供安全连接功能。

图书结构

作者简介

徐凯

阿里云IoT开发工程师,花名左相。物联网技术实践者与研究者,对物联网传输协议、物联网安全和物联网数据存储有常深刻的认识与理解。多年嵌入式与物联网系统开发经验,涉猎终端设备,边缘计算与物联网平台等多个领域。编写大量关于物联网应用、物联网操作系统,物联网传输协议相关的技术博文,博文广受好评。著有《IoT开发实战 CoAP卷》

崔红鹏

资深嵌入式软件工程师,现就职于清华大学无锡应用技术研究院——微纳电子与系统芯片实验室。“CPU硬件安全动态监测管控技术”项目组成员,负责密码学算法实现和SDK开发,该项目曾获 “2018年世界互联网大会15项全球领先科技成果”。物联网安全爱好者,对嵌入式系统、密码学技术和安全应用方案有深入研究,积极参与开源项目,为GmSSL和zephyr等开源项目贡献过代码。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].