Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

filezilla plain text password [closed]

I have many FTP site and stored it in Site Manager. when I need to retrieve password to my colleague, I can export it and get back the username and password. but now I found the password is encrypted. Can I get back the plain text password from the exported xml? I am using Filezilla 10.10

            <User>abc.com</User>             <Pass encoding="base64">ZW1lcjAyMDI</Pass> 
like image 307
hatted Avatar asked Apr 22 '15 07:04

hatted


People also ask

Where is FileZilla password stored?

FileZilla is a cross platform Open Source FTP client for uploading files to web server. It is one of most used FTP client. It stores password in XML files in its config directory.

What is the default password for FileZilla server?

There's none by default. You have to create the user accounts on FileZilla server. In this process, you will define both usernames and passwords.

What is plain text password?

A plain text password (or Plaintext, or Plain-text) is a way of writing (and sending) a password in a clear, readable format. Such password is not encrypted and can be easily read by other humans and machines. And, I repeat, 40% of organizations keep their passwords in plain text.


1 Answers

I think this is the tool you are looking for: https://www.base64decode.org/ Just fill in your base64 encoded password and it will decode it for you.

The password seems just to be base64 encoded (not instant readable, but it still is the password). In older fileZilla versions, the password wasn't even encoded, and the passwords were there in plain text, this is a (small) improvement.

like image 167
Gijsbert Brouwer Avatar answered Sep 23 '22 16:09

Gijsbert Brouwer