For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to decrypt files using FenixPyre Standalone Encryption Utility ?

Offline Bulk Decryption (Old Tenants)

This guide walks you through the installation and execution of the FenixPyre Encryption/Decryption Tool, designed specifically for customers who need to perform offline bulk decryption of files.

πŸ“‹ Prerequisites

Before you begin, ensure you have the following:

  • Administrator Privileges - You must have Admin rights on the Windows machine to install the service and modify the Windows Registry.

  • Support Files - You must obtain the FenixPyre Encryption/Decryption Tool ZIP file and your organization's specific DB file directly from the Support Team.

  • Organization Details - Your specific Organization ID (orgId) and administrator email (username).

πŸ“ Quick Reference

Item
Value

Tool Installation Path

C:\Users\Public\FPEncDecTool

Registry Path

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\FPEncDecTool

Decryption Action

DECRYPT

βš™οΈ Step-by-Step Decryption Guide

Step 1: Prepare the Installation Files

  1. Contact the Support Team to obtain the Enc-Dec Tool ZIP and your DB file.

  2. Download and extract the Enc-Dec Tool ZIP to a local directory on your machine.

Step 2: Install the EncDec Service

  1. Open PowerShell as an Administrator. (Right-click the Start button and select Windows PowerShell (Admin).)

  2. Navigate to the extracted FPEncDecService directory:

  1. Run the following installation command. Be sure to replace <your_org_id> and <your_org_email> with your actual credentials:

Example: -orgId 12345 -username admin@yourdomain.com

Step 3: Replace the Database File

  1. Once the installation is complete, the tool directory is created on your system. Navigate to the Tool Installation Path:

  1. Locate the existing DB file in this directory.

  2. Replace it with the specific DB file provided to you by the Support Team.

Step 4: Configure Decryption in the Registry

The decryption process is triggered by updating specific keys in the Windows Registry.

  1. Press Win + R, type regedit, and press Enter to open the Registry Editor.

  2. Navigate to the following path:

  1. Modify the target folder: Locate the folderPath registry key. Double-click it and set the Value data to the exact directory path containing the encrypted files you wish to decrypt (e.g., D:\EncryptedFiles).

  2. Trigger the decryption action: Locate the action registry key. Double-click it and set the Value data to DECRYPT.

Step 5: Verify Decryption

  1. Navigate to the folder you specified in the folderPath registry key.

  2. Verify that the files have been successfully decrypted and are accessible.

πŸ—‘οΈ How to Uninstall the EncDec Tool

Once you have successfully decrypted all necessary files, it is recommended to uninstall the service to keep your system clean.

  1. Open Windows PowerShell as an Administrator.

  2. Navigate back to the extracted FPEncDecService directory.

  3. Run the following uninstallation command:


Last updated

Was this helpful?