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