# Remove Encryption/Change Admin Password

Modifying the fundamental encryption settings of your IODD device has different impacts on your data depending on the command. Please review the following impact table carefully before proceeding.

{% hint style="info" %}
**Password Change & Data Safety** Changing your Admin password **does not delete the files** stored on the internal drive. It only resets the secondary User (1–4) profiles and administrative access credentials.
{% endhint %}

### Impact Table by Command

| Command               | Administrator Settings | User 1\~4 Settings | Internal Drive Data (Files) |
| --------------------- | :--------------------: | :----------------: | :-------------------------: |
| **Set Encryption**    |       Initialized      |     Initialized    |     **❌ All Data Lost**     |
| **Change Password**   |         Updated        |     **Removed**    |     **✅ Remains Intact**    |
| **Remove Encryption** |       **Removed**      |     **Removed**    |     **❌ All Data Lost**     |

***

### Step-by-Step Instructions

1. Press the **Menu button** and navigate to: **\[Encryption] - \[Admin]**.

   <figure><img src="/files/HBgfLyDPWDAksTI3x26h" alt="Encryption Admin Menu"><figcaption><p>Accessing the administrative security settings.</p></figcaption></figure>
2. Select either **\[Remove Encryption]** or **\[Chg Password]** based on your objective.
3. **Review the Caution Message** on the screen before confirming:
   * **Change Password**: This will reset the administrative password and delete all User 1–4 profiles. **The files on the drive will remain safe and accessible to the administrator.**

     <figure><img src="/files/JVKbgU64hfevOwH1EFfO" alt="Change Password Warning"><figcaption><p>Notice: User 1-4 data will be reset, but drive files are preserved.</p></figcaption></figure>
   * **Remove Encryption**:

{% hint style="danger" %}
This will permanently delete all passwords, user profiles, and **all files stored on the internal drive.** This action is irreversible.
{% endhint %}

```
    <figure><img src="../../.gitbook/assets/image (61).png" alt="Remove Encryption Warning"><figcaption>Warning: All data and settings will be permanently erased.</figcaption></figure>
```

***

{% hint style="warning" %}
**Verification After Action**

* **After Removing Encryption**: The device returns to a standard (non-encrypted) state. You must format the drive again to use it.
* **After Changing Password**: You must log in with the new password using the **0 + \[New Password]** format upon reconnection. Your existing files will be available immediately.
  {% endhint %}

{% hint style="warning" %}
**Unrecoverable Actions** For "Set Encryption" or "Remove Encryption," the deleted data **cannot be recovered** by any software or hardware tools once confirmed. Always maintain a backup of critical files.
{% endhint %}


---

# 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://help.iodd.kr/aes256-encryption-mini-pro-st-lk/admin/remove-encryption-change-admin-password.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.
