feat: extend crypto-locker plugin to support automatic AES encryption for static assets via new useCryptoAsset hook

This commit is contained in:
Vitalii Litvinchuk
2026-06-10 20:11:39 +03:00
parent 5628720785
commit d83b82a5c6
2 changed files with 78 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<!-- Removed the solid background rect so the SVG is transparent -->
<rect x="60" y="90" width="80" height="60" fill="#cbd5e0" rx="10"/>
<path d="M70 90 V70 A30 30 0 0 1 130 70 V90" fill="none" stroke="#cbd5e0" stroke-width="15" stroke-linecap="round"/>
<circle cx="100" cy="120" r="10" fill="#4a5568"/>
<path d="M97 120 L95 135 H105 L103 120" fill="#4a5568"/>
<text x="100" y="180" font-family="sans-serif" font-size="14" fill="#a0aec0" text-anchor="middle">TOP SECRET</text>
</svg>

After

Width:  |  Height:  |  Size: 584 B