內容簡介
總結:
這個 WordPress 外掛提供加密儲物櫃,用於安全的客戶溝通和文件分享。
問題與答案:
1. 什麼是「Locker 特點」?
- 個別客戶儲物櫃:每個客戶都有獨特的、受密碼保護的安全區域
- 安全文件分享:上傳和下載加密文件,保證完整隱私性
- 訊息串:律師和客戶之間的安全、有時間戳的溝通記錄
- 活動審計追蹤:追蹤所有儲物櫃存取、文件下載和訊息
- 不需要客戶帳號:透過在分段中共享帶有加密金鑰的簡單 URL
2. 「Lockbox 特點」有哪些?
- 一次性: 自毀閱讀後的一次性加密訊息
- 端對端加密: 所有數據在傳輸前在瀏覽器中使用 AES-256-GCM 加密
- 零知識伺服器: 伺服器永遠不會取得加密金鑰或明文數據
- 不需要客戶帳號: 透過在分段中共享帶有加密金鑰的簡單 URL
3. 「如何運作」的步驟是什麼?
- 律師在 WordPress 管理員中建立一個儲物櫃
- 外掛生成帶有加密金鑰的獨特 URL (/locker/abc123/#encryption-key)
- 律師安全地與客戶共享此 URL
- 雙方使用相同的 URL 存取儲物櫃
- 所有訊息和文件在瀏覽器中本地加密/解密
- 伺服器僅存儲加密塊 (永遠不會有明文數據接觸伺服器)
4. 「安全提示」中提到的保護方式有哪些?
- 使用加密電子郵件 (Proton)
- 使用安全訊息 (Signal)
- 使用內建的 Lockbox 功能
- 面對面或透過電話分享
- 請勿通過普通電子郵件 (Gmail、Yahoo、Hotmail) 或短信發送
5. 誰最適合使用這個外掛?
- 管理機敏客戶通訊的律所
- 分享財務文件的會計師
- 醫療保健提供者 (需要 HIPAA 遵循考量)
- 政客和政府官員
- 記者和活動家
- 任何需要真正私密和保密的人
6. 「技術細節」包含哪些內容?
- 使用 Web Crypto API 進行基於瀏覽器的 AES-256-GCM 加密
- 使用自定義數據庫表來加密文件和活動日誌
- 不依賴第三方
- 乾淨、精簡的程式碼庫
7. 沒有什麼瀏覽器需求?
- 支援 Web Crypto API 的現代瀏覽器 (所有目前瀏覽器)
- 必須啟用 JavaScript (加密/解密所需)
8. 「關於律師」的內容是什麼?
- 律師儲物櫃是「為律師」倡議計劃的一部分,專門為律師找到網絡上的所有缺點以讓他們的生活更輕鬆並加以填補
- 如欲獲得支持以及其他針對法律專業人士的 WordPress 工具,請訪問 forthelawyers.co。
外掛標籤
開發者團隊
原文外掛簡介
💬 Ask Question | 📧 Email Me
Encrypted lockers for secure client communication and file sharing.
Locker Features
Individual Client Lockers: Each client gets a unique, password-protected, secure area
Secure File Sharing: Upload and download encrypted files with full privacy
Message Thread: Secure, timestamped communication log between lawyer and client
Activity Audit Trail: Track all locker access, file downloads, and messages
No Client Accounts Required: Share a simple URL with encryption key in the fragment
Lockbox Features
One-offs: One-time encrypted messages that self-destruct after reading
End-to-End Encryption: All data is encrypted in the browser using AES-256-GCM before transmission
Zero-Knowledge Server: The server never has access to encryption keys or plaintext data
No Client Accounts Required: Share a simple URL with encryption key in the fragment
How it Works
Lawyer creates a locker in WordPress admin
Plugin generates a unique URL with encryption key (/locker/abc123/#encryption-key)
Lawyer shares this URL securely with their client
Both parties access the locker using the same URL
All messages and files are encrypted/decrypted locally in the browser
Server only stores encrypted blobs (no plaintext ever touches the server)
Security Notice
The encryption key is included in the URL fragment (after the #). This must be shared securely:
Use encrypted email (Proton)
Use secure messaging (Signal)
Use the built-in Lockbox feature
Share in-person or via phone
DO NOT send via regular email (Gmail, Yahoo, Hotmail) or SMS
Perfect For
Law firms managing sensitive client communications
Accountants sharing financial documents
Healthcare providers (HIPAA compliance considerations)
Politicians and government officials
Journalists and activists
Anyone requiring genuine privacy and confidentiality
Technical Details
Uses Web Crypto API for browser-based AES-256-GCM encryption
Custom database tables for encrypted files and activity logs
No third-party dependencies
Clean, minimal codebase
Browser Requirements
Modern browser with Web Crypto API support (all current browsers)
JavaScript must be enabled (required for encryption/decryption)
For the Lawyers
Lawyer Locker is part of the For the Lawyers initiative, a project dedicated to lawyers, finding all the gaps on the web to make their lives easier, and filling them.
For support and other WordPress tools for legal pros, go to forthelawyers.co.
