Skip to content

Commit

Permalink
Update title and author shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
bahildebrand committed Aug 24, 2023
1 parent a0fa0c2 commit 9bf8c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ blake:
blurb: is an embedded software engineer at Memfault. Blake previously worked on embedded software teams at Garmin and Amazon Robotics.
linkedin: https://www.linkedin.com/in/blake-a-hildebrand/
github: bahildebrand
image: /img/author/blake.jpg
image: /img/author/blake.jpg
lampacher:
name: Martin Lampacher
image: /img/author/lampacher.jpg
Expand All @@ -208,7 +208,7 @@ chayes:
blurb: is an Android Solutions Engineer at Memfault. Chris previously worked at Square as an Embedded Android Engineer.
linkedin: https://www.linkedin.com/in/chrishayes6/
github: phoenixuprising
Guille:
guille:
name: Guillermo Garcia
web: https://embedded-dbl.com/
blurb: is an embedded software engineer who likes IoT projects.
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-08-23-firmware-encryption-with-python.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Encrypting Firmware Updates With Python"
title: "Securing Firmware Updates With AES Encryption"
description:
Firmware encryption is an option to increase security in over the air (OTA) updates. In this post, we will see how to implement firmware encryption and decryption.
author: Guille
author: guille
---

Connected devices require a secure point-to-point channel to ensure that there is no possibility of exposing important data for the integrity of an embedded system. This is especially true when we talk about over-the-air (OTA) software updates, where the new firmware has a long way to go before reaching its destination and being installed by our bootloader.
Expand Down

0 comments on commit 9bf8c62

Please sign in to comment.