Last updated: September 2026
Password Forge is a Chrome extension that derives a password for a given website from a passphrase you type, using PBKDF2 (SHA-256) entirely on your own device. This page explains exactly what data the extension touches.
Using the storage permission, the extension saves a small
amount of non-sensitive preference data with chrome.storage.local,
which never leaves your device and is never synced to any server we control:
Using the activeTab permission, the extension reads the
hostname of the tab that is active when you open the popup,
solely to pre-fill the "Domain" field for your convenience. No other page
content, browsing history, or tab data is accessed. This value is not stored
or transmitted anywhere; it simply appears in the input field for you to
use or edit.
Password Forge makes no network requests of any kind. All computation (PBKDF2 key derivation) happens locally in your browser via the standard Web Crypto API. There are no analytics, no ads, no third-party scripts, and no remote code execution.
We do not share, sell, or transmit any data to third parties, because no data ever leaves your device in the first place.
Uninstalling the extension removes all locally stored preference data.
You can also clear it at any time via chrome://extensions →
Password Forge → Remove, or by clearing the extension's storage from
Chrome's site data settings.
Any changes to this policy will be posted on this page.
Questions or concerns can be raised via the GitHub repository for this project.
この拡張機能は、あなたが入力した合言葉からPBKDF2(SHA-256)を用いてパスワードをすべて端末内で計算します。合言葉や生成されたパスワードは一切保存・送信されません。storage権限で保存されるのは既定のユーザーID・パスワード長・文字種設定・表示言語といった低機微度な設定のみで、外部への送信は一切行いません。activeTab権限は、ポップアップを開いた瞬間の現在のタブのホスト名を読み取り、ドメイン欄を自動入力するためだけに使用され、保存も送信もされません。