Tagged articles
3 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Sep 20, 2023 · Information Security

How to Secure Your Bootloader: Image Verification, Signature Authentication, and Memory Protection

This article explains essential bootloader security mechanisms—including image integrity checks, digital signature verification, hardware/software memory protection, and the use of read‑only storage—while highlighting practical implementation tips for STM32 and the trade‑offs between security and system complexity.

bootloaderdigital signatureembedded
0 likes · 8 min read
How to Secure Your Bootloader: Image Verification, Signature Authentication, and Memory Protection
Python Programming Learning Circle
Python Programming Learning Circle
Mar 26, 2022 · Information Security

Generating Image Captcha in Python Using graphic-verification-code and captcha Libraries

This tutorial demonstrates two Python approaches for creating image verification codes—using the graphic-verification-code library for a quick four‑line solution and the captcha library for customizable random captchas—complete with installation commands, code examples, and sample outputs.

CaptchaSecuritycaptcha-library
0 likes · 3 min read
Generating Image Captcha in Python Using graphic-verification-code and captcha Libraries