How to Decode Navicat Stored Passwords: A Step-by-Step Guide

2026-03-01 · 2 min read

Navicat Password Recovery Tutorial

Figure 1: Navicat Password Recovery Tutorial

Description

Navicat is a database management tool that allows you to connect to and manage databases like MySQL, PostgreSQL, SQL Server, and others through a graphical interface.

Navicat stores saved database connection passwords in an encoded format inside its connection files. This means the password is not shown in plain text. In this guide, you will learn how to locate the encoded password and decode it to recover the original database credential.

Download Navicat

Get the free trial version from it's official site.

Link: https://www.navicat.com/en/download/navicat-premium

Recovering Navicat Connection Passwords

We will start by creating a test connection in Navicat to generate the encrypted password.

Step 1: Creating a Test Connection

  1. Click on "Connection" or "File -> New Connection" or right click on the left panel and click on New Connection.

  2. Selection a connection type. For the demo, we will select "MySQL".

  3. Click on Next button

  4. Set:

    • Connection Name: Test Connection
    • Host: localhost
    • Port: 3306
    • Username: root
    • Password: For the demo, set the password as demopassword.
  5. Click on "OK" to save the connection.

  6. Observe the connection created at "My Connections" section.

Setting a new connection

Figure 2: Setting a new connection

Setting password

Figure 3: Setting password

My Connections

Figure 4: My Connections

We have sucessfully created a new connection type.

Step 2: Exporting the Connections File

After creating a connection, we can export the connections file. This file contains all the database settings, encoded passwords, etc.

To export the connections file, follow these steps:

  1. Click on "File" in the top menu.
  2. Then click on the "Export Connections..." option.
  3. Select the connections you want to export and provide a file name.
  4. Make Sure to check the "Export Passwords" option.
  5. Finally Click on "OK".
Selecting Export Connections Menu

Figure 5: Selecting Export Connections Menu

Exporting the connection

Figure 6: Exporting the connection

Open the saved connection file from the saved location. Search for the keyword "password".

Searching for a password

Figure 7: Searching for a password from the exported connection file

The encoded password will be located there. i.e. 90BCDC6A266FE794DE80EED80EE4AC8F

Step 3: Online tool for Decoding Navicat Passwords

Use the online navicat password decoder tool provided by KeyDecryptor at https://keydecryptor.com/decryption-tools/navicat

  1. Paste the encoded password
  2. Click the "Decode" buttons
Online Navicat Password Recovery tool

Figure 8: Online Navicat Password Recovery tool