What “processed locally” means

When you choose a file, JavaScript running in the page reads the file through browser APIs. The tool then transforms the data in memory and creates a new downloadable file.

Why it improves privacy

There is no need to send the document to an application server simply to count words, resize an image, convert CSV, or generate a password. This reduces unnecessary data transfer.

What still uses the network

The main site files need to be downloaded when you open the website. PDF and QR pages also load an open-source library from a public CDN unless those libraries are later bundled into the site package.

Good practice

  • Use an updated browser.
  • Keep backups of important originals.
  • Review output files before deleting originals.
  • Avoid processing highly sensitive files on shared computers.

「本地處理」是什麼意思

當你選擇檔案時,頁面中的 JavaScript 會透過瀏覽器 API 讀取檔案。工具會在記憶體中轉換資料,再建立可下載的新檔案。

為什麼能改善隱私

字數統計、圖片尺寸調整、CSV 轉換或密碼產生等工作,不需要把文件傳送到應用程式伺服器,可減少不必要的資料傳輸。

哪些部分仍會使用網路

開啟網站時需要下載主要網站檔案。PDF 與 QR Code 頁面也會從公共 CDN 載入開源程式庫,除非日後將這些程式庫直接打包進網站。

使用建議

  • 使用新版瀏覽器。
  • 保留重要原始檔案的備份。
  • 刪除原檔前先檢查輸出結果。
  • 避免在共用電腦處理高度敏感檔案。