On Tue, 01 Dec 2009 06:41:06 -0500
aurele <ice.c...@gmx.com> wrote:

> Hi all,
> 
> I want to know if it's possible to crypt what I am getting with wget
> during the transfert from the www.
> 
> Have a happy hacking day !
> 
> -- aurele
> 
did you want to crypt the output or the incoming stream. If the server
the stream is coming from supports https then you can just wget
https://foo.bar.baz and it will pull down what you want over an ssl
encrypted connection. If the server does not support https then you'll
need to use something like TOR (http://tor.eff.org/) to encrypt the
stream coming into your computer.

To crypt the output just pipe the output from wget to your favourite
encryption ap.. something like:

wget -O - https://mail.google.com | gpg -c --passphrase secret -a -o
encrypted -

all one line which would create a symmetrically encrypted file called
encrypted with the password secret.

Hope this helps,
Freemor


-- 
free...@fastmail.fm
free...@gmail.com

This e-mail has been digitally signed with GnuPG - ( http://gnupg.org/ )

Attachment: signature.asc
Description: PGP signature

_______________________________________________
gNewSense-users mailing list
gNewSense-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/gnewsense-users

Reply via email to