SmallMail 0.2.1-Beta (Client branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SmallMail 0.2.1-Beta (Client branch)
# 1  
Old 01-10-2009
SmallMail 0.2.1-Beta (Client branch)

SmallMail is an application that enables secure email over the Tor network and thus enables anonymous communication. It was designed with the threat of the European data retention laws in mind. It was designed to allow people to communicate without leaving traces behind. License: GNU General Public License v3 Changes:
This version adds VCards so that users can exchange their mail identity for that contact with the GnuPG public key included. There is a feature for import and export of your own key. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
TOR-RESOLVE(1)                                                      Tor Manual                                                      TOR-RESOLVE(1)

NAME
tor-resolve - resolve a hostname to an IP address via tor SYNOPSIS
tor-resolve [-4|-5] [-v] [-x] hostname [sockshost[:socksport]] DESCRIPTION
tor-resolve is a simple script to connect to a SOCKS proxy that knows about the SOCKS RESOLVE command, hand it a hostname, and return an IP address. By default, tor-resolve uses the Tor server running on 127.0.0.1 on SOCKS port 9050. If this isn't what you want, you should specify an explicit sockshost and/or socksport on the command line. OPTIONS
-v Display verbose output. -x Perform a reverse lookup: get the PTR record for an IPv4 address. -5 Use the SOCKS5 protocol. (Default) -4 Use the SOCKS4a protocol rather than the default SOCKS5 protocol. Doesn't support reverse DNS. SEE ALSO
tor(1), torify(1). See doc/socks-extensions.txt in the Tor package for protocol details. AUTHORS
Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>. AUTHOR
Peter Palfrader Author. Tor 09/26/2014 TOR-RESOLVE(1)