From e8fe3c18c1528f5b88855602e364f8d82c8a3759 Mon Sep 17 00:00:00 2001 From: Carter Perez Date: Tue, 2 Jun 2026 08:37:58 -0400 Subject: [PATCH] Update README.md --- PROJECTS/advanced/hsm-emulator/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/PROJECTS/advanced/hsm-emulator/README.md b/PROJECTS/advanced/hsm-emulator/README.md index 206513aa..35a78e07 100644 --- a/PROJECTS/advanced/hsm-emulator/README.md +++ b/PROJECTS/advanced/hsm-emulator/README.md @@ -18,11 +18,9 @@ > A software **Hardware Security Module** that compiles to a real Cryptoki (PKCS#11) shared object. Load it with `pkcs11-tool`, OpenSSL, or any PKCS#11 host the same way you would a real smartcard or HSM. It speaks the C ABI byte for byte, generates and stores keys, signs and encrypts, and keeps private key material sealed on disk and zeroized in RAM. -

- - Watch Learn Video - -

+[![YouTube Learn Video](https://img.shields.io/badge/YouTube-Learn-red?logo=youtube&logoColor=white)](https://youtu.be/Na-bmX9px4g) +[![Cybersecurity Project Walkthrough](https://img.youtube.com/vi/Na-bmX9px4g/maxresdefault.jpg)](https://youtu.be/Na-bmX9px4g) + ## Why PKCS#11 in Zig