> For the complete documentation index, see [llms.txt](https://docs.fenixpyre.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fenixpyre.com/fenixpyre-features/automatic-decryption-service.md).

# Automatic Decryption Service

#### **What is the Automatic Decryption Service?**

The Automatic Decryption Service is a Windows endpoint feature that monitors a configured source directory for newly copied encrypted files, decrypts them automatically, and moves the decrypted output to a configured destination directory - all based on the policy configured in the admin dashboard.

***

#### **What Problem Does the Automatic Decryption Service Solve?**

Some workflows require decrypted copies of protected files to be produced quickly and consistently, without asking users to decrypt each file by hand and without decrypting the files in the source directory. The Automatic Decryption Service automates this step: drop an encrypted file into the watched folder and a decrypted copy appears in the destination folder, under controlled, time-bound conditions set by an administrator.

***

#### **How Does It Work?**

* The service watches the configured **source directory** for file-creation events and decrypts newly copied encrypted files automatically.
* Decrypted output is moved to the configured **destination directory**.
* It runs under the currently logged-in Windows user account.
* In addition to watching for file-creation events, the service performs periodic directory scans (a **rescan interval**) so that files are not missed if file-system notification events are lost or delayed.

Administrators configure the source and destination directories, an activation **expiration window**, the rescan interval, how long decrypted files are retained in the destination, and rate-limiting controls.

{% hint style="info" %}
The Automatic Decryption Service must be enabled by an administrator in the user policy before it becomes active.
{% endhint %}

***

#### **Use Cases**

* **Streamlined downstream processing:** Automatically produce decrypted copies for tools or pipelines that need plaintext input, without manual steps.
* **Controlled, time-bound decryption:** The expiration window and destination retention settings keep decrypted output available only for as long as it is needed.

***

#### **Key Benefits**

* Removes the manual effort of decrypting files one at a time.
* Provides reliable coverage by combining real-time file-creation monitoring with periodic rescans.

***

{% hint style="success" %}
Learn how to configure this from the [Automatic Decryption Service policy settings](https://docs.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/user-policies/policy-rules-guide#automatic-decryption-service).
{% endhint %}

For more information on how to enable and configure the Automatic Decryption Service, please contact [FenixPyre Support](mailto:support@fenixpyre.com).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fenixpyre.com/fenixpyre-features/automatic-decryption-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
