Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.289 Times

Passphrase freeware
Filter: All | Freeware | Demo
 

Passphrase

1 2 > 
Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 485

Readable Passphrase Generator for KeePass Readable Passphrase Generator is a KeePass plugin designed to generate passphrases that are grammatically correct but nonsensical. These are easy to remember (for humans) but difficult to guess (for humans and computers). Why use it? Because you can make passphrases which are as strong as... Platforms: Windows

License: Freeware Download (424): Readable Passphrase Generator for KeePass Download

Released: November 17, 2012  |  Added: November 17, 2012 | Visits: 361

Readable Passphrase Generator Readable Passphrase Generator is a handy and reliable utility designed to generate passphrases that are grammatically correct but nonsensical. These are easy to remember (for humans) but difficult to guess (for humans and computers). Why use it? Because you can make passphrases which are as... Platforms: Windows

License: Freeware Download (419): Readable Passphrase Generator Download

Added: September 09, 2010 | Visits: 605

gpgwrap gpgwrap project is a wrapper for gpg and its --passphrase-fd option. SYNOPSIS gpgwrap -V gpgwrap -P [-v] [-i] [-a] [-p < file >] gpgwrap -F [-v] [-i] [-a] [-c] [-p < file >] [-o < name >] [--] < file > [< file > ... ] gpgwrap [-v] [-i] [-a] [-p < file >] [-o < name >] [--] gpg [gpg... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): gpgwrap Download

Added: August 06, 2013 | Visits: 301

KWallet Askpass Program KWallet Askpass Program fetches your SSH passphrase from KWallet and passes it to ssh-add. During a normal KDE session one has to enter a lot of passwords. One password to open the session. A password is required to open the wallet. Passwords are required to sign emails. SSH sessions need... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): KWallet Askpass Program Download

Added: August 11, 2008 | Visits: 1.160

Secrets-Editor The Secrets-Editor is a tool that saves text documents in an encrypted form (passphrase encryption with MD5 and DES, using the salt-and-vinegar method). It provides common functionality like copy 'n' paste, undo/redo, drag 'n' drop, and a search tool. When you save a new file for the first time... Platforms: Windows, *nix

License: Freeware Size: 1.21 MB Download (454): Secrets-Editor Download

Added: July 19, 2010 | Visits: 2.050

wpa-buddy wpa-buddy is a tool to decrypt WPA-PSK protected traffic, given the passphrase. wpa-buddy project can work in real-time (sniffing packets from a network interface) or in batch mode (reading packets from a capture file). It also produces nice output telling you whats going on. wpa-buddy... Platforms: *nix

License: Freeware Size: 22.53 KB Download (537): wpa-buddy Download

Added: June 19, 2010 | Visits: 1.003

Encrypt This! 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... Platforms: *nix

License: Freeware Size: 46.08 KB Download (110): Encrypt This! Download

Released: October 21, 2012  |  Added: October 21, 2012 | Visits: 1.283

Sudo for Windows Sudo for Windows (sudowin) allows authorized users to launch processes with elevated privileges using their own passphrase. Unlike the runas command, Sudo for Windows preserves the user's profile and ownership of created objects. There are other tools available that provide similar... Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (450): Sudo for Windows Download

Released: January 08, 2013  |  Added: January 08, 2013 | Visits: 468

SecureZIP Express for Desktop SecureZIP Express is the industry-leading security and compression utility that zips and unzips files, greatly reducing transmission times and storage requirements, while securely protecting data in transit and at rest with passphrase and digital certificate based encryption. Platforms: Windows

License: Freeware Size: 13.7 MB Download (428): SecureZIP Express for Desktop Download

Added: July 29, 2013 | Visits: 298

RndPhrase for Linux RndPhrase is a small add-on that will transform your everyday website passwords into highly secure domain specific passwords. In short, RndPhrase is: * Secure: no one can hack your account by guessing the passphrase. * Simple: annoy the user as little as possible. * Trustworthy: open source... Platforms: *nix

License: Freeware Size: 30.72 KB Download (40): RndPhrase for Linux Download

Added: November 23, 2013 | Visits: 503

Seahorse Plugins Seahorse is a GNOME application for managing encryption keys. It also integrates with nautilus, gedit and other places for encryption operations. With seahorse you can... . Create and manage PGP keys . Create and manage SSH keys . Publish and retrieve keys from key servers . Cache your... Platforms: *nix

License: Freeware Size: 1.97 MB Download (35): Seahorse Plugins Download

Added: November 20, 2013 | Visits: 238

wmpasman wmpasman stores your passwords, and makes them available for pasting (both via the middle-click PRIMARY selection and the CLIPBOARD selection) at the click of a button. It also contains a digital clock. Access is controlled by a passphrase. Platforms: *nix

License: Freeware Size: 194.56 KB Download (33): wmpasman Download

Added: August 23, 2008 | Visits: 987

HexaCrypt ng the Blowfish algorithm by Bruce Schneier, HexaCrypt provides 128 bit commercial grade encryption for your sensitive files for the Microsoft Windows platform. The encryption key is either generated from a passphrase (using the MD5 algorithm), or you can supply your own key in hexadecimal... Platforms: Windows

License: Freeware Size: 10 KB Download (461): HexaCrypt Download

Added: April 27, 2010 | Visits: 1.827

Crypt::OpenPGP Crypt::OpenPGP is a Pure-Perl OpenPGP implementation. SYNOPSIS my $pgp = Crypt::OpenPGP->new; my $result = $pgp->handle( Data => $message_body ); my $signature = $pgp->sign( Filename => $file, KeyID => $key_id, Passphrase => $pass, Detach => 1, Armour => 1, ); my $valid =... Platforms: *nix

License: Freeware Size: 97.28 KB Download (121): Crypt::OpenPGP Download

Added: August 10, 2010 | Visits: 1.066

Convert::PEM::CBC Convert::PEM::CBC is a Perl module for Cipher Block Chaining Mode implementation. SYNOPSIS use Convert::PEM::CBC; my $cbc = Convert::PEM::CBC->new( Cipher => Crypt::DES_EDE3, Passphrase => foo ); $cbc->encrypt($plaintext); Convert::PEM::CBC implements the CBC (Cipher Block Chaining)... Platforms: *nix

License: Freeware Size: 20.48 KB Download (116): Convert::PEM::CBC Download

Added: August 11, 2010 | Visits: 638

EasyPG EasyPG is yet another GnuPG interface for Emacs. EasyPG package consists of two parts: - The EasyPG Assistant - A GUI frontend of GnuPG - The EasyPG Library - A library to interact with GnuPG. Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): EasyPG Download

Added: September 14, 2010 | Visits: 1.046

Bcrypt Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual code, but the encrypted files as well. In addition to providing 448-bit encryption, Bcrypt overwrites input files with random garbage. Installation: If youre so... Platforms: *nix

License: Freeware Size: 36.86 KB Download (102): Bcrypt Download

Added: September 14, 2010 | Visits: 588

kaskpass kaskpass is a ssh-askpass replacement for Kde. In add, it allows use of kwalletd to manage your passphrase(s). See ssh man pages for more information about ssh system, ssh keys, ssh-agent and ssh-askpass. kaskpass is written in ruby. It depends of ruby interpreter, libkorundum and kwallet.... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): kaskpass Download

Added: October 11, 2010 | Visits: 1.456

pam_cloop pam_cloop is a PAM module which tries to mount encrypted partitions when you log in. In order to successfully log in, you have to enter your cryptoloop pass phrase in addition to your unix password. My notebook had my home directory on an encrypted partition since I upgraded to Linux 2.5. It... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): pam_cloop Download

Added: February 02, 2010 | Visits: 1.027

twocrypt twocrypt provides a crypto tool with a deniable encryption option. twocrypt (2c) is a tool for the ultra-paranoid, providing a traditional crypto, but also an option of deniable (subpoena-proof) encryption. It encrypts one or two files at once. Each file can be recovered with its respective... Platforms: *nix

License: Freeware Size: 13.31 KB Download (101): twocrypt Download

1 2 >