Main > Free Download Search >

Free private encryptor 6.1 software for linux

private encryptor 6.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 568
Encrypt This! 0.1.1

Encrypt This! 0.1.1


Encrypt This! is a Firefox extension that allows public key like encryption as well as passphrase methods. more>>
Encrypt This! is a Firefox extension that allows public key like encryption as well as passphrase methods.

Visit the extensions homepage to set up public and private keys or just go ahead with a passphrase of your own creation.

Using this extension you can select text and have it encrypted in one click. This will allow you to send emails more securely by ensuring that nobody other than your intended recipient can read the decrypted text.

<<less
Download (0.045MB)
Added: 2007-07-26 License: MPL (Mozilla Public License) Price:
820 downloads
Eureka Encryption Messenger 4 4.0.0

Eureka Encryption Messenger 4 4.0.0


Eureka Messenger 4 software delivers secure and private messaging and unlimited file transfers over the internet. more>>
Eureka Messenger 4 software delivers secure and private messaging and unlimited file transfers over the internet.

This application no longer requires the VB Runtimes, but this new version 4 is not compatible with the previous windows version.

Installation:

Actually there is no install for this application. You can run it right where you unzipped it, or copy the files unzipped wherever you want them.

If there is a firewall on either machine, some configuration may be required in order to make a connection.

The program has a Help file to guide you on how it works, although it is simple enough to run without much assistance.

You probably need to issue a chmod +x messenger before it can run. On some linux systems you may also need to issue a chmod +755 messenger.
<<less
Download (3.1MB)
Added: 2007-05-10 License: Freeware Price:
900 downloads
PHPlottery 0.1a

PHPlottery 0.1a


PHPlottery is a script for running a simple lottery without requiring users to register. more>>
PHPlottery project is a script for running a simple lottery without requiring users to register. This is simply done by creating a key-pair.

This pair is then known by the user and by the application for later use. To prevent simple abuse, the script can use IP-store/block and cookies. When the lottery should decide the winner, a key-pair will selected out of the database.

The public key of this pair will be sent out to everybody who is supposed to know the result of the lottery. Winners have to submit the correct private key to prove their identity.

<<less
Download (0.013MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1108 downloads
Greenwich 0.8.1

Greenwich 0.8.1


Greenwich is a graphical whois client for GNOME. more>>
Greenwich is a graphical whois client for GNOME. It transparently handles almost all gTLDs, first- and second-level ccTLDs and whois servers run by private domain registries (like CentralNic). It can also do lookups against IP addresses.

Greenwich requires the Gtk2-Perl libraries, including Gnome2 and Gtk2::GladeXML, and the Locale::gettext module, which is distributed with recent versions of Perl. You can also install IP::Authority for IP address lookups.
<<less
Download (0.024MB)
Added: 2005-06-21 License: GPL (GNU General Public License) Price:
1586 downloads
OpenChatterBox 1.0.1

OpenChatterBox 1.0.1


OpenChatterBox is an LANChat-like software which is designed for talking in Local Area Network (LAN). more>>
OpenChatterBox is an LANChat-like software which is designed for talking in Local Area Network (LAN). ChatterBoxes uses port 7777/UDP.

Public messages are plain-text, but private messages are encrypted (XOR). OpenChatterBox UI (User Interface) is Ncurses based, so you can use it via telnet/ssh, from local console or in Xterm.

<<less
Download (0.10MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1387 downloads
KaTeker 0.95

KaTeker 0.95


KaTeker is a backup tool for Linux useful for small companies and private people. more>>
KaTeker is a backup tool for Linux useful for small companies and private people. It saves data onto hard disk and CDs or other random access media.

<<less
Download (15.72MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
Viperin 0.1.2

Viperin 0.1.2


Viperin-Z is a taskbar applet to manage virtual private network connections on the Sharp Zaurus family of handheld computers. more>>
Viperin-Z is a taskbar applet to manage virtual private network connections on the Sharp Zaurus family of handheld computers.
As a front-end to vpnc, the free Cisco VPN concentrator client, this application can set up various VPN configurations, connect to a selected one and monitor connection status.
Enhancements:
- Create session log in /var/log/viperinz.log
- Updated to work with vpnc 0.3.3
- Fix package removal
<<less
Download (0.041MB)
Added: 2005-07-04 License: (FDL) GNU Free Documentation License Price:
1572 downloads
url.markr 0.1

url.markr 0.1


url.markr is a personal bookmark manager written in Ruby on Rails. more>>
url.markr is a personal bookmark manager written in Ruby on Rails. The project has support for tagging of bookmarks, RSS feeds of links for each tag, inline editing of bookmarks, and tag autocompletion on entering a new bookmark.

It has public and private bookmarks. You can view public bookmarks without the need to login. You can also choose to import your existing del.icio.us bookmarks, along with tags.

<<less
Download (0.24MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1060 downloads
StatsServ 0.1

StatsServ 0.1


StatsServ is a little program which emulates an ever smaller IRC server . more>>
StatsServ is a little program which emulates an ever smaller IRC server (in regard to the commands it handles) and transfers statistics from IRC into a database. You can then use the data, for example, on a Web site where you want to display the latest statistics.

Statistics consist of the uptime of each server in the network, a list of channels, including their topic (except for secret (+s) and private (+p) channels), and the number of users in the network.

You can normally get these statistics via /stats u, /list, and /lusers (if /stats u is supported on the network and enabled for normal users).

<<less
Download (0.035MB)
Added: 2006-11-06 License: BSD License Price:
1082 downloads
Crypt::DH 0.06

Crypt::DH 0.06


Crypt::DH is a Diffie-Hellman key exchange system. more>>
Crypt::DH is a Diffie-Hellman key exchange system.

SYNOPSIS

use Crypt::DH;
my $dh = Crypt::DH->new;
$dh->g($g);
$dh->p($p);

## Generate public and private keys.
$dh->generate_keys;

$my_pub_key = $dh->pub_key;

## Send $my_pub_key to "other" party, and receive "other"
## public key in return.

## Now compute shared secret from "other" public key.
my $shared_secret = $dh->compute_secret( $other_pub_key );

Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system. Diffie-Hellman is an algorithm by which two parties can agree on a shared secret key, known only to them. The secret is negotiated over an insecure network without the two parties ever passing the actual shared secret, or their private keys, between them.

<<less
Download (0.018MB)
Added: 2007-08-15 License: Perl Artistic License Price:
800 downloads
Inline::Java::PerlInterpreter 0.52

Inline::Java::PerlInterpreter 0.52


Inline::Java::PerlInterpreter is a Perl module used to call Perl directly from Java using Inline::Java. more>>
Inline::Java::PerlInterpreter is a Perl module used to call Perl directly from Java using Inline::Java.

SYNOPSIS

import org.perl.inline.java.* ;

class HelpMePerl {
static private InlineJavaPerlInterpreter pi = null ;

public HelpMePerl() throws InlineJavaException {
}

static private boolean matches(String target, String pattern)
throws InlineJavaPerlException, InlineJavaException {
Boolean b = (Boolean)pi.eval("" + target + " =~ /" + pattern + "/", Boolean.class) ;
return b.booleanValue() ;
}

public static void main(String args[])
throws InlineJavaPerlException, InlineJavaException {
pi = InlineJavaPerlInterpreter.create() ;

String target = "aaabbbccc" ;
String pattern = "ab+" ;
boolean ret = matches(target, pattern) ;

System.out.println(
target + (ret ? " matches " : " doesnt match ") + pattern) ;

pi.destroy() ;
}
}

WARNING: Inline::Java::PerlInterpreter is still experimental.
The org.perl.inline.java.InlineJavaPerlInterpreter Java class allows you to load a Perl interpreter directly from Java. You can then perform regular callbacks to call into Perl.

<<less
Download (0.092MB)
Added: 2007-06-02 License: Perl Artistic License Price:
877 downloads
Distrust 0.7.1

Distrust 0.7.1


Distrust is a Firefox extension which hides surfing trails that the browser leaves behind. more>>
Distrust is a Firefox extension which hides surfing trails that the browser leaves behind.
AKA Private Browsing.
Once turned on this extension monitors FireFox for its activities.
Once turned off Distrust will remove history items cache and cookies that were used during the distrust session.
Main features:
- Disable the cache. (Both regular and SSL)
- Set the cookies to live until the end of the session.
- Clean up the history from item that were added after it was activated.
- Clean up the downloaded items, from the download manager, that were added after it was activated.
<<less
Download (0.019MB)
Added: 2007-07-19 License: MPL (Mozilla Public License) Price:
845 downloads
gdWebSuite System 0.6.6.6

gdWebSuite System 0.6.6.6


gdWebSuite System is a script that is designed to be a full featured system for user registration, login on a Web site. more>>
gdWebSuite System is a script that is designed to be a full featured system for user registration, login, and administration on a Web site.
It also supports account activation and retrieving lost passwords. gdWebSuite System supports visual templates and different styles for each template.
Enhancements:
- New administration features for uploading avatars, a new avatar selection, and one new admin style were added.
- A private message system was started.
- Some changes and updates were made to various parts of the code.
<<less
Download (0.30MB)
Added: 2005-12-05 License: Freeware Price:
1420 downloads
Viperin-Z 0.1.4

Viperin-Z 0.1.4


Viperin-Z provides a VPN connection manager GUI. more>>
Viperin-Z provides a VPN connection manager GUI.
Viperin-Z is a taskbar applet to manage virtual private network connections on the Sharp Zaurus family of handheld computers.
As a front-end to vpnc, the free Cisco VPN concentrator client, this application can set up various VPN configurations, connect to a selected one, and monitor connection status.
Enhancements:
- This release adds support for vpnc options "Enable Single DES", "UDP Encapsulate", and "Disable NAT Traversal".
- Various minor bugfixes were made.
<<less
Download (MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
947 downloads
Temporary Inbox 2.0.1

Temporary Inbox 2.0.1


Temporary Inbox is a Firefox extension that generates random disposable email addresses. more>>
Temporary Inbox is a Firefox extension that generates random disposable email addresses. You can use these email addresses for registration in forums, adult sites or whereever.

The email addresses dont require registration. This is an easy way to avoid spam, because the spamer will never get your private email address .. only the temporaryinbox.com email address. And there the emails will be deleted after 6 hours.

Avoiding spam is sooo easy!

Here is a small instruction:

FIRST! There is no registration required!!

1. The situation: You want to signup at a website. You are at the registration form and you have to enter your private email address.
2. You dont want to give away your private email address. So you decide to use an email address from temporaryinbox.com.
3. Now click the "random email" button at the temporaryinbox firefox extension toolbar.
4. A random temporary email address has been generated for you.
5. Copy it from the toolbar to the email address field in the registration form.
6. Enter the other things and submit.
7. Now you can check the inbox of your email address on temporaryinbox.com. But its easier to use the firefox extension. Just enter the email account name you used before in the left field of the toolbar and press "Check".
8. Now you will be redirected directly to the inbox of your temporaryinbox account.
9. Open the email and click on the activation link or copy the password... or whatever.
10. Delete the mail or let it be. However the mail will be deleted after 6 hours.

<<less
Download (0.015MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
827 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5