---
title: "Pseudoanonymization of Sensitive Data"
slug: "enable-pseudoanonymization-of-user-names-in-systrack"
updated: 2026-02-18T10:44:51Z
published: 2026-02-18T10:44:51Z
canonical: "documentation.lakesidesoftware.com/enable-pseudoanonymization-of-user-names-in-systrack"
---

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

# Pseudoanonymization of Sensitive Data

You can prevent the collection of various pieces of information by the SysTrack agent.

This document explains how to configure pseudoanonymization in SysTrack to protect the following sensitive information:

- User Names
- Website Details
- User Information and Active Directory Details

## User Names

### Pseudoanonymization Options

SysTrack supports three pseudoanonymization options for user names:

- Replace user name with Terminal ID.
- Replace user name with MD5 hash (no lookup). This is irreversible.
- Replace user name with MD5 hash (with lookup). Allows mapping back to the original username if needed.

### Configuration

1. Go to **Configure > Roles**.
2. Click the lock icon in the upper-right corner to obtain the Configure lock.
3. Select the role.
4. From the **Additional Settings** list, select **Application Management**.
5. In the **Replace user name** field, enter:
  - **1** for Terminal ID
  - **2** for MD5 hash (no lookup)
  - **3** for MD5 hash (with lookup)
6. Click **Save Changes**.

> [!NOTE]
> **NOTE:** Make sure this role is included within the configuration assigned to the endpoints that need the pseudoanonymization.

The screenshot shows the option for MD5 hash with no lookup selected:

![files](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/application_management_pseudo.png)

As a result, usernames are replaced with an MD5 value:

![files](https://cdn.document360.io/87d11426-6b1f-4b19-b593-b71e55a81af3/Images/Documentation/md5hash.png)

## Website Details

By default, SysTrack collects:

- User site visits
- Base site URL (e.g., http://website.com)
- Full URL (e.g., http://website.com/page1)
- Page title
- Load time
- Time spent on page and in focus
- PID of browser tab/session
- Application invoking browser

### Pseudoanonymization Options

Based on your preferences or legal requirements, you can:

- Disable all web tracking by turning off the plugin.
- Limit collection to a subset of URLs using the Web Tracking List.

### Configuration

1. Go to **Configure > Roles**.
2. Click the lock icon in the upper-right corner to obtain the Configure lock.
3. Select the role.
4. From the **Additional Settings** list, select **Web Management**.
5. Configure tracking:
  - To disable all tracking, clear all checkboxes and remove URLs.
  - To limit tracking, specify allowed URLs in the **Web Tracking List**. For details, see [Web Management](/documentation/docs/web-data-collection-systrack-browser-extension).
6. Click **Save Changes**.

## User Information and Active Directory Details

By default, SysTrack collects:

- Local user information
- Organizational unit (Active Directory) details, including:
  - Full name
  - Country code
  - Location
  - Department
  - AD manager
  - Description fields

### Pseudoanonymization Options

You can prevent the collection of local user information, Active Directory details, or both.

### Configuration

1. Go to **Configure > Roles**.
2. Click the lock icon in the upper-right corner to obtain the Configure lock.
3. Select the role.
4. From the **Additional Settings** list, select **Privacy**.
5. In the **User Collection** group, clear the following checkboxes:
  - **Collect User Info** to disable collection of local user information.
  - **Collect Users Organizational Unit** to disable collection of Active Directory details.
6. Click **Save Changes**.
