Skip to content

Johboh/GCMEncryption

Repository files navigation

GCMEncryption

PlatformIO CI ESP-IDF CI Arduino IDE GitHub release Clang-format

Arduino (using Arduino IDE or PlatformIO) and ESP-IDF (using Espressif IoT Development Framework or PlatformIO) compatible library for encrypting and decrypting messages to be sent over protocols like ESP-NOW, 802.15.4 and similar.

Installation

PlatformIO when using the Arduino framework:

Add the following to lib_deps:

   Johboh/GCMEncryption

PlatformIO when using the ESP-IDF framework:

In your existing idf_component.yml or in a new idf_component.yml in your src or main folder:

dependencies:
  johboh/gcmencryption:
    version: ">=0.5.2"

Arduino IDE:

Search for GCMEncryption by johboh in the library manager.

Espressif IoT Development Framework:

In your existing idf_component.yml or in a new idf_component.yml next to your main folder:

dependencies:
  johboh/gcmencryption:
    version: ">=0.5.2"

Arduino IDE:

Search for GCMEncryption by johboh in the library manager. See note about version above.

Examples

Compatibility

  • ESP32 only

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages