End-to-End Encryptions 主要過程
- 在瀏覽器建立一條 Secret Key
- 使用 Secret Key 加密檔案
- 上載已加密的檔案到伺服器(Secret Key 不會上載到伺器服)
- 然後瀏覽器會生成一條咐帶 Secret Key 的 URL,形狀為
{encrypted_file_location}/#{secret_key}
- 打開 URL
- 下載加密的檔案
- 使用在 URL 內的 Secret Key 解密檔案
詳細過程及使用乜野加密方法可查閱 Firefox 提供的 GitHub Source Code
呢類工具其實好難出現,始終冇返咁上下名聲好難信佢真係安全(因為就算 GitHub 有 Source Code 亦不代表真係 Deploy GitHub 上的 Source Code)