[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gNewSense-users] Is it possible to crypt something I get with wget
From: |
Freemor |
Subject: |
Re: [gNewSense-users] Is it possible to crypt something I get with wget during the transfert ? |
Date: |
Tue, 1 Dec 2009 09:32:07 -0400 |
On Tue, 01 Dec 2009 06:41:06 -0500
aurele <address@hidden> 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
--
address@hidden
address@hidden
This e-mail has been digitally signed with GnuPG - ( http://gnupg.org/ )
signature.asc
Description: PGP signature