AI 产品解读PKCS#11 smartcard digital signature bridge for web browsers, enabling Turkish law-compliant (Law No. 5070) electronic signatures via hardware cryptographic tokens
Enables users to perform legally-compliant electronic signatures (e-imza) on web pages using physical PKCS#11 smart cards/hardware tokens, bridging the gap between browser-based web apps and local hardware cryptographic devices
1. Web page dispatches 'AyzetPkcs11FromWebEvent' custom event with command (e.g., list certs, sign). 2. Content script receives event and relays to background script. 3. Background script forwards to native messaging host (com.ayzet.leafinboxpkcs11extension). 4. For signing: extension shows PIN dialog, user enters smart card PIN. 5. Native app performs PKCS#11 cryptographic operation via hardware token. 6. Result flows back: native app → background → content script → web page via 'AyzetPkcs11ToWebEvent' event.
PKCS#11 hardware smart card integration via native messagingDigital certificate enumeration and selection from smart cardPIN-protected digital signing of arbitrary dataSHA-256 and other hash algorithm support for signaturesIn-page PIN dialog UI for signing authorizationCustom event-based API for web page integration (AyzetPkcs11FromWebEvent/AyzetPkcs11ToWebEvent)
- 目标用户
- Turkish citizens and organizations requiring legally-compliant electronic signatures / Government and enterprise users with e-signature smart cards / Web application developers integrating PKCS#11 signing workflows / Users of Turkey's e-imza (electronic signature) ecosystem
- Extension relies on a separately installed native messaging host application (com.ayzet.leafinboxpkcs11extension) which is not included in the extension package - full functionality cannot be verified
- No external service URLs found besides Google update URL, but the extension works with web pages on all_urls - actual integration with specific e-signature services is unknown
- Store description references Turkish e-signature law compliance (Law 5070) but this cannot be verified from code alone
付费分析未识别到付费功能
No payment, subscription, billing, licensing, premium feature gating, or upgrade UI found anywhere in the source code. The extension is a simple bridge between web pages and a native PKCS#11 smart card app with no monetization mechanism.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- No login, account creation, or authentication to any service exists. The PIN dialog (content.js:113-339) prompts for the hardware smart card PIN to authorize PKCS#11 signing operations, not a service account login. The extension communicates with a local native messaging host (com.ayzet.leafinboxpkcs11extension) and has no remote authentication endpoints.