From cc41b9b156dd22203a7fb858468df166d7dd8e04 Mon Sep 17 00:00:00 2001 From: Jim Zubov Date: Thu, 30 Sep 2021 01:46:32 -0400 Subject: [PATCH] SNIF --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd1866a..c9a3b76 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ A curated list of cryptography resources and links. - [OpenSSL](https://github.com/openssl/openssl) - TLS/SSL and crypto library. - [PolarSSL](https://tls.mbed.org/) - PolarSSL makes it trivially easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) products, facilitating this functionality with a minimal coding footprint. - [RHash](https://github.com/rhash/RHash) - Great utility for computing hash sums. +- [SNIF](https://github.com/vesvault/snif) - e2e TLS trust for IoT - [themis](https://github.com/cossacklabs/themis) - High level crypto library for storing data (AES), secure messaging (ECC + ECDSA / RSA + PSS + PKCS#7) and session-oriented, forward secrecy data exchange (ECDH key agreement, ECC & AES encryption). Ported on many languages and platforms, suitable for client-server infastructures. - [tiny-AES128-C](https://github.com/kokke/tiny-AES128-C) - Small portable AES128 in C. - [wolfSSL](https://github.com/wolfSSL/wolfssl) - Small, fast, portable implementation of TLS/SSL for embedded devices to the cloud.