Password encryption is not supported by the bundled jTDS driver so you must instead download and configure the jConnect driver with DbVisualizer first. Please see this page where to get the jConnect driver:
This Users Guide page describes how to load the JAR file into DbVisualizer:
Loading and Configuring Drivers Manually
Then download the Bouncy Castle Crypto APIs for Java, which is the following file:
https://www.bouncycastle.org/download/bcprov-jdk15on-155.jar
Add jar In DbVisualizer 13.0 and later
Open DbVisualizer and the Tools->Driver Manager and do as follows:
- Select the Sybase jConnect user driver.
- Drop or add the bcprov-jdk15on-155.jar you just downloaded in the right panel for Driver artifacts and files
- Close the Driver Manager
Add jar In older DbVisualizer versions
Open DbVisualizer and the Tools->Driver Manager and do as follows:
- Select the Sybase jConnect JDBC driver.
- In the right pane, make sure User Specified tab is selected,
- Click the open file button to the right in the tab,
- Locate the bcprov-jdk15on-155.jar you just downloaded and open it in the file chooser,
- Now the list of files will list both the driver jar file and the newly loaded bcprov-jdk15on-155.jar file,
- Close the driver manager window.
Update the connection
Back in the main window do as follows:
- In the main window select the database connection for Sybase,
- Open the Properties tab,
- Select the Driver Properties category in the list,
- Click the green plus icon,
- Enter property name JCE_PROVIDER_CLASS,
- Enter the property value org.bouncycastle.jce.provider.BouncyCastleProvider,
- Make also sure that the ENCRYPT_PASSWORD setting is set to true,
- Click Apply.