# Password Encryption

With Password Encryption feature in Click2Export, the users can encrypt the confidential files with a personalized password. Only the templates in PDF format support this feature.

In the Word Templates we need to mention the password encryption type and working.

For standard encryption user can simply insert the password manually as shown in the below screenshot.

<figure><img src="/files/Wf0CRj3sFom7PHCrcMTG" alt="Password Encryption"><figcaption></figcaption></figure>

**Setting Up Passwords:**

For Advanced Encryption, the user needs to follow this format for text – **{First/Last (A, 4, name)}**

**First/Last** – indicates that characters should be picked from starting first / last

&#x20;**A/a** – indicates that the characters should be Uppercase/lowercase.

**Number (e.g. 4)** – indicates the number characters to be used in the password.

**name** – logical name of the field from where the value will be used.

The format for Date should follow this **{(yyyy, DOB)}**

**yyyy** – Defines the format that should be used in the password. (User can use any supported format for date and time)

**Example**: If the format is as follows: **{First (A, 4, name)} {(yyyy, DOB)}**, and the field values are **"Jack Reacher" and "20/12/1978,"** then the password derived from this format will be: **JACK1978**.

This password combines the first four letters of the name in uppercase with the provided date and time format.

<figure><img src="/files/j7aLEnVewrceeabZQd7u" alt=""><figcaption></figcaption></figure>

This configuration is needed once, and later it can be used as desired.

The merge option for the PDF format in a Word template combines multiple PDF documents into a single file.

<figure><img src="/files/T27ZuokRIToKbPIPXHPr" alt=""><figcaption></figcaption></figure>

**Note**: Standard Encryption is the default option when the ‘Merge’ option is enabled.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inogic.com/click2export/features/password-encryption.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
