Anonymous Web surfing with TorK


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Anonymous Web surfing with TorK
# 1  
Old 05-16-2008
Anonymous Web surfing with TorK

Fri, 16 May 2008 18:00:00 GMT
Everyone who surfs the Net is eminently trackable. Internet data packets include not only the actual data being sent, but also headers with routing information that is used to guide the packages to their destinations. Even if you use encryption for extra safety, the routing information -- which cannot be encrypted -- can reveal details about what you're doing, who you're talking to, what services you're connecting to, and what data you're accessing. Intermediaries (authorized or not) can also see that data and learn about you. If you want a higher level of anonymity, TorK can do the job. It uses The Onion Router (Tor) network to provide you with a safer way of browsing.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Surfing the Internet problems with multiple browsers

Could anyone explain why I am having trouble surfing the internet with both firefox and konqueror? Chromium seems to be the only browser that will work. I tried to create a new profile with firefox and that didn't work either. I can ping things just fine, I can download stuff with wget, I can ssh... (6 Replies)
Discussion started by: cokedude
6 Replies

2. What is on Your Mind?

New Forum for Anonymous Posters

Just created an experimental new forum for anonymous posters. Anonymous Users Forums - The UNIX and Linux Forums Feel free to comment about it here. (2 Replies)
Discussion started by: Neo
2 Replies

3. Web Development

apache, surfing a directory

Hi, I have a directory and I need a url that users can surf it.like ftp. my web server is apache. Thanks in advance. (2 Replies)
Discussion started by: Zaxon
2 Replies

4. Cybersecurity

annonymous surfing

hello everyone! i am interested in SurfSolo, from Encryption Software, Anonymous Web Surfing, Computer Firewall it is a like VPN but for personal use, has any of you tried it yet and if yes do you have any suggestions and opinions about it? thanks (0 Replies)
Discussion started by: sheherezad
0 Replies

5. UNIX for Advanced & Expert Users

Anonymous User

Hi, Can a anonymous user have password ? I have created a user and set password. Now I want to create that user as anonymous. Ronald (1 Reply)
Discussion started by: ronald_brayan
1 Replies

6. UNIX for Dummies Questions & Answers

Surfing the web with Lynx

Linux detected my modem(finally!) and I then proceeded it to configure it with Minicom according to the instructions here. I got it configured, and can dial up to my ISP, but now I am trying to figure out how to get Lynx to use the connection. Any ideas? (3 Replies)
Discussion started by: Furtoes00
3 Replies
Login or Register to Ask a Question
Net.sendBytes(3kaya)					       Kaya module reference					      Net.sendBytes(3kaya)

NAME
Net::sendBytes - Send binary data across a connection. SYNOPSIS
Void sendBytes( NetHandle h, Binary d ) ARGUMENTS
h The connection d The data to send DESCRIPTION
Send binary data across a connection. This function does not yet support TLS connections. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Binary.Binary(3kaya) Net.NetHandle(3kaya) Net.accept(3kaya) Net.closeConnection(3kaya) Net.connect(3kaya) Net.send(3kaya) Net.sendByte(3kaya) Net.recv(3kaya) Kaya October 2012 Net.sendBytes(3kaya)