AES_GCM (community library)

Summary

Name Value
Name AES_GCM
Version 1.0.0
Installs 1581
License Apache-2
Author Jidesh Veeramachaneni
URL https://github.com/jideshv/Particle-AES-GCM
Repository https://github.com/jideshv/Particle-AES-GCM.git
Download .tar.gz

An AES GCM Library based on mbedtls 2.16.0. Useful if you have a requirement where end to end encryption through the Particle Cloud is required. Encode your encrypted data with Base85 or Base64 before using with Particle.publish().

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

Particle AES GCM Library

A Particle library to encrypt and decrypt using AES GCM. Useful if you have a requirement where end to end encryption through the Particle Cloud is required. Encode encrypted data with Base85 or Base64 before using with Particle.publish(). The library is a wrapper around mbed tls 2.16.0.

Usage

See the examples folder for more details.

LICENSE

Copyright 2006-2015, ARM Limited, All Rights Reserved (mbed tls) Copyright 2019 Jidesh Veeramachaneni

Licensed under the Apache License, Version 2.0

Browse Library Files