Search found 4 matches

by Plug-fr
20 Jan 2024, 23:58
Forum: General Discussion
Topic: Why SFTP password is base64 encrypted ?
Replies: 8
Views: 16432

Re: Why SFTP password is base64 encrypted ?

thank you again.

I discover this option recently and it seems good.

However I had to delete few passwords in the GlobalSettings.xml file, recorded I suppose before I use the option.
by Plug-fr
17 Dec 2023, 14:47
Forum: General Discussion
Topic: Why SFTP password is base64 encrypted ?
Replies: 8
Views: 16432

Re: Why SFTP password is base64 encrypted ?

Hi Zenju and thank for your answer

Ok for the man looking over my shoulder
But what about the man accessing my computer ?
As said "Therube", this password is stored in base64 locally (in the ffs_gui file).

It's a security hole.

Can you think about a solution protecting acces to the ffs_gui ...
by Plug-fr
12 Sep 2023, 00:27
Forum: General Discussion
Topic: Why SFTP password is base64 encrypted ?
Replies: 8
Views: 16432

Re: Why SFTP password is base64 encrypted ?

As you proved, it is easy to decipher base64. So what's the interest to use it ?

From my point of view I DO NOT see why. And this is the reason why I ask a developper.
I hope the developper who write this code knows why... and agrees to tell me :)
by Plug-fr
10 Sep 2023, 15:26
Forum: General Discussion
Topic: Why SFTP password is base64 encrypted ?
Replies: 8
Views: 16432

Why SFTP password is base64 encrypted ?

Hi,

As I use remote NAS with SFTP server to bachup my datas, I note the password is base64 encoded in the FFS cloud command :
lien.png
I’m worried about this behavior.

Aren’t the SFTP commands not already encrypted by FreeFileSync before before being sent through the internet ?

I guess only an ...