> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kontratar.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Passphrase

> How passphrase-based encryption protects proposal documents in Kontratar, and how to generate your passphrase.

Kontratar encrypts proposal documents using a tenant-specific passphrase. The passphrase is required to generate, view, and download proposals. This protects sensitive solicitation response data from unauthorized access.

## How it works

Each tenant (organization) has a unique passphrase. This passphrase is used to encrypt and decrypt a public-private key pair that protects proposal documents.

Kontratar does **not** store your passphrase. The platform stores only the password hash, which is used to decrypt the keys that encrypt the proposals. Only the public key (used for encryption) is visible in the platform.

## Generating your passphrase

1. Click your profile icon in the upper-right corner.
2. Select **Settings**.
3. Click the **Security** tab.
4. Click **Generate Public Private Key Pair**.
5. Record your passphrase and store it in a safe location.

<Warning>
  **If you forget your passphrase, your generated proposals cannot be recovered.** Kontratar does not store the passphrase and cannot reset it. Store your passphrase in a password manager or other secure location.
</Warning>

## When the passphrase is required

You are prompted to enter your passphrase in the following situations:

| Action                    | Passphrase required |
| ------------------------- | ------------------- |
| Generating a new proposal | Yes                 |
| Viewing proposal sections | Yes                 |
| Downloading a proposal    | Yes                 |
| Editing a proposal        | Yes                 |

## Related topics

* [Multi-Factor Authentication](/securityCompliance/twofactor) — Enabling two-factor authentication for account security.
* [Proposal Generation](/ProposalGeneration) — How proposals are generated and encrypted.
* [Administrator Workspace](/AdministrationWorkspace) — Locks and access controls for additional security.

**Parent topic:** [Kontratar v1.2 Documentation](/)
