Skip to content
~/blog ❯ jmrp
  • Home
  • / Blog
  • Homelab
  • Tools
  • CV
  • Publications
  • Projects
EN ES
❯ jmrp
jmrp@home:~$

jmrp@home:~$ tree -L 1

  • ├── Home ~
  • ├── Blog ~/blog you are here
  • ├── Homelab ~/homelab
  • ├── Tools ~/tools
  • ├── CV ~/cv
  • ├── Publications ~/publications
  • └── Projects ~/projects
cd blog recent posts
  • ~/blog Your 4-Digit PIN Is Fine: Device-Bound Keys on ESP32-S3 2026·06·22
  • ~/blog A Vault File That Fails Closed: Encrypt-then-MAC on an MCU 2026·06·16
  • ~/blog What the Linker Won't Do: Packing i18n Strings on an MCU 2026·06·10
  • ~/blog Running a Tor Bridge on Linux: obfs4 and WebTunnel Guide 2026·03·30
  • ~/blog MikroTik PPPoE + DHCPv6-PD: Dual-Stack for DIGI Spain 2026·02·15
  • ~/blog MikroTik WireGuard VPN: Dual-Stack IPv4/IPv6 Configuration 2026·02·14
tags tags
  • #security 10
  • #nginx 6
  • #networking 5
  • #cryptography 4
  • #firmware 3
  • #esp32 3
  • #mikrotik 3
  • #c++ 2
  • #ipv6 2
  • #embedded 1
  • #privacy 1
  • #linux 1
  • #devops 1
type help · ↑↓ history
available
EN ES

Notes

#esp32

Practical firmware work on the ESP32 — memory-constrained C++ techniques verified on real hardware rather than a simulator.

3 posts about this topic

← Back to all posts
all · 12 security nginx networking cryptography firmware esp32 mikrotik c++ ipv6 embedded privacy linux
+1 more
devops
Security · Cryptography 01

Your 4-Digit PIN Is Fine: Device-Bound Keys on ESP32-S3

Why PBKDF2 iterations can't protect a 4-digit PIN on a microcontroller, and how an eFuse-HMAC device secret plus HKDF stops offline brute force.

2026·06·22 · 26 min
Security · Cryptography 02

A Vault File That Fails Closed: Encrypt-then-MAC on an MCU

How a hardware password manager authenticates every vault file before it decrypts: encrypt-then-MAC, verify-before-decrypt, and fail-closed reads.

2026·06·16 · 36 min
Firmware · C++ 03

What the Linker Won't Do: Packing i18n Strings on an MCU

A build-time generator packs firmware UI translations into one string pool indexed by uint16 offsets, halving the index table on a 32-bit MCU.

2026·06·10 · 39 min

No posts match your filters.

About Uses Privacy Contact

© 2026 José Manuel Requena Plens. All rights reserved.