Exporting/Importing a UCF file can also be done using the app’s interface. These steps below will guide you in doing so:

Export Scan Center.ucf from the app's configuration page.

Set the value of the following key to “1”:
esf.ssa_main.tf_confirm_password_encoded “1”

Locate the password sections in the file. They should all have empty password entries: esf.ssa_network.inst.1.de_network_password "”

Create the password using a Base64 encoder. You can search online for a Base64 encoder.

Edit the UCF and look for "esf.ssa_network.inst.1.de_network_address" and provide the password
esf.ssa_network.inst.1.de_network_displayName “Test”
esf.ssa_network.inst.1.de_network_address "\\10.194.XXX.XX\Shared folder"
esf.ssa_network.inst.1.de_network_username "administrator"
esf.ssa_network.inst.1.de_network_password "bXlTcGVjaWFsUGFzc3dvcmQ="
In this example, the password that was encrypted: “mySpecialPassword”

Repeat for all passwords in the UCF file and SAVE the file with a UTF-8 compliant text editor.

Use the modified UCF file and import it back to the app.