Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - FTP client with file encryption for remote backup?

 
Thread Tools Search this Thread
Old 02-20-2006, 05:37 PM   #1
Default FTP client with file encryption for remote backup?


Hi,

I would like to use my ISP's FTP server for backing up my personal files
from my desktop. I was wondering if there is a tool available (open
source/freeware if possible) that can automatically encrypt files while
transfering them to a remote FTP server, so that the files on the remote
server cannot be used by the ISP.

Thanks,
Tom




Tom
  Reply With Quote
Old 02-20-2006, 05:58 PM   #2
Todd H.
 
Posts: n/a
Default Re: FTP client with file encryption for remote backup?
"Tom" <> writes:

> Hi,
>
> I would like to use my ISP's FTP server for backing up my personal files
> from my desktop. I was wondering if there is a tool available (open
> source/freeware if possible) that can automatically encrypt files while
> transfering them to a remote FTP server, so that the files on the remote
> server cannot be used by the ISP.


File encryption is what you need. Transport level encryption is moot
if the goal is to protect admins of the remote machine from doing
anything with them:

On *nix, or using cygwin in windows (include gpg in what gets installed):

tar cvfz somfile.tgz /path/to/backup
gpg -c somefile.tgz > somefile.tgz.gpg (symmetric key option used for simplicity)
ftp or scp somefile.tgz.gpg to the ISP



--
Todd H.
http://www.toddh.net/


Todd H.
  Reply With Quote
Old 02-20-2006, 07:40 PM   #3
~David~
 
Posts: n/a
Default Re: FTP client with file encryption for remote backup?
The best that I've come across is FileZilla, found at
http://filezilla.sourceforge.net/. It's free and open-source, and can do ftp,
and sftp, which is ran over an ssh server. FTP is not encrypted, so the easiest
way for security in most cases is to make sure your ISP has an ssh server set up
so you can use sftp (usually you log in with your normal user/pass). FileZilla
will let you set up a profile for this, making it a pretty good tool, IMHO.

~David~

Tom wrote:
> Hi,
>
> I would like to use my ISP's FTP server for backing up my personal files
> from my desktop. I was wondering if there is a tool available (open
> source/freeware if possible) that can automatically encrypt files while
> transfering them to a remote FTP server, so that the files on the remote
> server cannot be used by the ISP.
>
> Thanks,
> Tom
>
>



~David~
  Reply With Quote
Old 02-20-2006, 07:58 PM   #4
Todd H.
 
Posts: n/a
Default Re: FTP client with file encryption for remote backup?
~David~ <> writes:
> Tom wrote:
> > Hi,
> >
> > I would like to use my ISP's FTP server for backing up my personal files
> > from my desktop. I was wondering if there is a tool available (open
> > source/freeware if possible) that can automatically encrypt files while
> > transfering them to a remote FTP server, so that the files on the remote
> > server cannot be used by the ISP.
> >
> > Thanks,
> > Tom

>
> The best that I've come across is FileZilla, found at
> http://filezilla.sourceforge.net/. It's free and open-source, and can do ftp,
> and sftp, which is ran over an ssh server. FTP is not encrypted, so the easiest
> way for security in most cases is to make sure your ISP has an ssh server set up
> so you can use sftp (usually you log in with your normal user/pass). FileZilla
> will let you set up a profile for this, making it a pretty good
> tool, IMHO.


Actually, the original question is more interesting than the
relatively simple question of encrypted transport.

What Tom wants is something that will automagiclaly encrypt the files
on the fly, and leave them in encrypted form on the target server.
The concern is not so much one of securing them from being sniffed in
transit in the clear, but rather to prevent admins of the target
server from being able to do anything useful with his data that he
stores there.

Best Regards,
--
Todd H.
http://www.toddh.net/


Todd H.
  Reply With Quote
Old 02-20-2006, 08:05 PM   #5
D. Spencer Hines
 
Posts: n/a
Default Re: FTP client with file encryption for remote backup?
Why would his ISP want to allow him to do this?

Encrypted files on their server -- over which they have no access?

Bonkers...

DSH

"Todd H." <> wrote in message
news:...

> ~David~ <> writes:
>> Tom wrote:
>> > Hi,
>> >
>> > I would like to use my ISP's FTP server for backing up my personal
>> > files
>> > from my desktop. I was wondering if there is a tool available (open
>> > source/freeware if possible) that can automatically encrypt files while
>> > transfering them to a remote FTP server, so that the files on the
>> > remote
>> > server cannot be used by the ISP.
>> >
>> > Thanks,
>> > Tom

>>
>> The best that I've come across is FileZilla, found at
>> http://filezilla.sourceforge.net/. It's free and open-source, and can do
>> ftp,
>> and sftp, which is ran over an ssh server. FTP is not encrypted, so the
>> easiest
>> way for security in most cases is to make sure your ISP has an ssh server
>> set up
>> so you can use sftp (usually you log in with your normal user/pass).
>> FileZilla
>> will let you set up a profile for this, making it a pretty good
>> tool, IMHO.

>
> Actually, the original question is more interesting than the
> relatively simple question of encrypted transport.
>
> What Tom wants is something that will automagiclaly encrypt the files
> on the fly, and leave them in encrypted form on the target server.
> The concern is not so much one of securing them from being sniffed in
> transit in the clear, but rather to prevent admins of the target
> server from being able to do anything useful with his data that he
> stores there.
>
> Best Regards,
> --
> Todd H.
> http://www.toddh.net/





D. Spencer Hines
  Reply With Quote
Old 02-20-2006, 08:43 PM   #6
nemo_outis
 
Posts: n/a
Default Re: FTP client with file encryption for remote backup?
"D. Spencer Hines" <> wrote in
news:OipKf.76$:

> Why would his ISP want to allow him to do this?
>
> Encrypted files on their server -- over which they have no access?
>
> Bonkers...
>
> DSH




There are dozens of such services, including Rapidshare and Megaupload. I
have uploaded and downloaded literally gigabytes of files to/from such
places.

Regards,

PS The interface is usually HTTP rather than FTP though


nemo_outis
  Reply With Quote
Old 02-20-2006, 09:04 PM   #7
Todd H.
 
Posts: n/a
Default Re: FTP client with file encryption for remote backup?
"D. Spencer Hines" <> writes:
> Why would his ISP want to allow him to do this?
>
> Encrypted files on their server -- over which they have no access?


Not "no access." Instead, "No useful access." Sure the file's
readable to the ISP administrator as root, but it's an encrypted mess
from which no useful information can be extracted except by the file's
rightful owner/creator who knows the encryption token (be it password,
or private key, whatever).

> Bonkers...


Um....no, it's called privacy.

If you want to store an encrypted file on an ISP's servers that
includes backups of your financial software data, encrypted password
hashes for all customers to your web application, etc there's no
(legitimate) reason in the world an ISP shouldn't let you.

Best Regards,
--
Todd H.
http://www.toddh.net/


Todd H.
  Reply With Quote
Old 02-20-2006, 09:41 PM   #8
Borked Pseudo Mailed
 
Posts: n/a
Default Re: FTP client with file encryption for remote backup?
D. Spencer Hines wrote:

> Why would his ISP want to allow him to do this?
>
> Encrypted files on their server -- over which they have no access?


Why would an ISP think they had any say so in the matter, as long as the
OP remained within his contractually agreed upon space allocation limits.

I find it a little disconcerting that you'd assume someone was guilty
until proved innocent, or that an ISP had the right to make that
determination. Last I knew, possession of encrypted data wasn't a crime in
any civilized jurisdiction.

> Bonkers...


A lot of people might say that of YOUR argument.



Borked Pseudo Mailed
  Reply With Quote
Old 02-20-2006, 10:12 PM   #9
D. Spencer Hines
 
Posts: n/a
Default Re: FTP Client With File Encryption For Remote Backup?
Arrant Twaddle...

Great Way For Terrorists To File Data And Plans -- Encrypted -- For Pickup
By Confederates -- On An ISP FTP Server.

Don't You Pogues Realize We Are At War?

Damned, If You Aren't Gullible, Naive Children!

Now, Go Stand In The Dunces' Corner -- With Your Faces To The Wall.

DSH

Lux et Veritas et Libertas

Veni, Vidi, Calcitravi Asinum




D. Spencer Hines
  Reply With Quote
Old 02-20-2006, 11:07 PM   #10
Todd H.
 
Posts: n/a
Default Re: FTP Client With File Encryption For Remote Backup?
"D. Spencer Hines" <> writes:

> Arrant Twaddle...
>
> Great Way For Terrorists To File Data And Plans -- Encrypted -- For Pickup
> By Confederates -- On An ISP FTP Server.
>
> Don't You Pogues Realize We Are At War?
>
> Damned, If You Aren't Gullible, Naive Children!
>
> Now, Go Stand In The Dunces' Corner -- With Your Faces To The Wall.
>
> DSH


You're either a troll, being facetious, or a complete imbecile.
Please indicate which.

--
Todd H.
http://www.toddh.net/


Todd H.
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
SONY DVD RW DW-G120A SOMETIMES FAILS...... atlantic965 DVD Video 0 06-18-2006 10:36 PM
problems backing up dvds Lawrence Traub DVD Video 11 09-27-2005 07:34 PM
Re: Ripping DVDs. Please answer the attached question. - Question.txt Stan Brown DVD Video 19 02-09-2005 11:19 PM
Burning a file backup -R DVD what settings do i use ? Mr 86cm Tv DVD Video 0 02-06-2005 08:23 AM
Burn process failed - help! Log file posted for help troubleshooting Michael Mason DVD Video 1 08-16-2004 09:24 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46