On Friday 11 September 2015 14:52:19 Li Wei wrote:
> Thank Georgi Naplatanov and all those who reply!
> 
> The Chinese firewall is sophisticated
> and I have not been able to download
> http://openvpn.net/howto.html
> sent in attachment by kind users.

I can encrypt the file and send it to you. I would encrypt it with this 
command:

    openssl des3 -nosalt -in openvpn-howto.tar.bz2 -out Sample-random-file  
-pass pass:"root...@yahoo.com"

You would then have to decrypt it like this:

    openssl des3 -d -nosalt -in Sample-random-file -out openvpn-
howto.tar.bz2  -pass pass:"root...@yahoo.com"

This encryption method is not secure at all. Its purpose is to hide the 
nature of the file thus preventing any automatic tool from scanning its 
content.

It is still possible that the firewall would block any file it can't understand.

Do you think it is worth trying it?

Does anybody knows of a better way and is allowed to share it?

Frederic

Reply via email to