session_store_login
Encrypt and store domain credentials in the extension's vault so session_login can use them later. Passwords remain secure and are never returned or listed.
Instructions
Encrypt credentials for a domain and store them in the extension's vault, for session_login to use later. Requires the T3rnel Browser extension with Pro. The password is never returned by this or any other tool, and never appears in a listing or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain the credentials belong to, such as "github.com" | |
| password | Yes | Password to encrypt and store. It is never returned by any tool | |
| username | Yes | Username or email to store | |
| masterPassword | No | Passphrase that unlocks the extension's vault. Never log or persist it |