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.181.347 Times

Usb Folderfree Crypt software
Filter: All | Freeware | Demo
 

Usb Folderfree Crypt

< 1 2 3 4 5 > 
Released: March 11, 2024  |  Added: March 19, 2024 | Visits: 1.167

USB Media Recovery Removable media data retrieval tool is easy and cost-effective way to recover your deleted or lost data files from various kinds of removable storage media like USB drive, pen drive, Memory card, geek stick, external hard disk. Memory stick files restoration tool restore files folders documents...



Platforms: Windows, Windows 8, Windows 7, Other

License: Shareware Cost: $46.00 USD Size: 605.09 KB Download (126): USB Media Recovery Download

Released: July 14, 2009  |  Added: July 17, 2009 | Visits: 1.723

Network USB Sentry Network USB Sentry offers an simple yet effective control of portable media usage in the corporate network.It helps in preventing data theft and cyber crime possibilities through misuse of corporate data. Network USB Sentry effectively keeps a tight control of the portable media usage by...





Platforms: Windows

License: Shareware Cost: $50.00 USD Size: 2.77 MB Download (121): Network USB Sentry Download

Released: October 02, 2009  |  Added: October 20, 2009 | Visits: 2.278

Panda USB Vaccine Panda USB Vaccine is a free utility from Panda Security which helps prevent malware infections due to the autorun feature of Windows. Once executed the user can choose two types of vaccinations: Computer Vaccination or USB Drive Vaccination.


Platforms: Windows

License: Freeware Size: 828.96 KB Download (347): Panda USB Vaccine Download

Released: October 07, 2013  |  Added: October 31, 2013 | Visits: 2.186

Crypt-o Crypt-o is a Client/Server password manager with many advanced features like strong data encryption, customizable databases, multi-user access, flexible permissions system, form filling, portable mode and Web interface. Crypt-o is a secure Client/Server solution for creating custom...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $39.95 USD Size: 6.41 MB Download (123): Crypt-o Download

Added: November 10, 2010 | Visits: 1.328

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: April 27, 2010 | Visits: 1.821

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: February 19, 2010 | Visits: 1.270

Crypt::OpenPGP::Plaintext Crypt::OpenPGP::Plaintext is a plaintext, literal-data packet. SYNOPSIS use Crypt::OpenPGP::Plaintext; my $pt = Crypt::OpenPGP::Plaintext->new( Data => $data, Filename => $file, ); my $serialized = $pt->save; my $pt = Crypt::OpenPGP::Plaintext->parse($buffer);...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (126): Crypt::OpenPGP::Plaintext Download

Added: January 01, 2010 | Visits: 1.239

Crypt::DH 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...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Crypt::DH Download

Added: April 20, 2010 | Visits: 1.070

Crypt::UnixCrypt_XS Crypt::UnixCrypt_XS is a perl xs interface for a portable traditional crypt function. SYNOPSIS use Crypt::UnixCrypt_XS qw/crypt/; my $hashed = crypt( $password, $salt ); use Crypt::UnixCrypt_XS qw/crypt_rounds fold_password base64_to_block block_to_base64 base64_to_int24 int24_to_base64...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (120): Crypt::UnixCrypt_XS Download

Added: November 13, 2010 | Visits: 2.267

Logitech MediaPlay Cordless Mouse USB Linux driver Logitech MediaPlay Cordless Mouse USB Linux driver is a driver for the USB Logitech MediaPlay mice. The main purpose of this page is to share my experiences with Logitech MediaPlay Cordless Mouse. Here you will find all the necessary information to put your MediaPlay mouse fully operational....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (321): Logitech MediaPlay Cordless Mouse USB Linux driver Download

Added: October 14, 2010 | Visits: 1.099

Crypt::Enigma Crypt::Enigma is a Perl extension for emulating a World War II Enigma. SYNOPSIS use Crypt::Enigma; my($enigma) = Crypt::Enigma->new(); # Set the enigma to the proper rotor, ring, and initial setting. $enigma->setup("312", "ABC", "ERZ"); # Plugboard a to b, and b to a....


Platforms: *nix

License: Freeware Size: 6.14 KB Download (151): Crypt::Enigma Download

Added: November 14, 2010 | Visits: 1.887

USB Launcher USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher. ctlmissile does all the actual work. Youll need libusb installed to compile it, but assuming you have that typing "make" should do the trick. You can then do: ctlmissile up ctlmissile down ctlmissile...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (188): USB Launcher Download

Added: March 20, 2010 | Visits: 1.072

Crypt::SSLeay Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://www.nodeworks.com use LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request(GET, https://www.nodeworks.com); my $res = $ua->request($req); print...


Platforms: *nix

License: Freeware Download (106): Crypt::SSLeay Download

Added: November 05, 2010 | Visits: 1.127

Crypt::UnixCrypt Crypt::UnixCrypt is a perl-only implementation of the crypt function. SYNOPSIS use Crypt::UnixCrypt; $hashed = crypt($plaintext,$salt); # always use this modules crypt BEGIN { $Crypt::UnixCrpyt::OVERRIDE_BUILTIN = 1 } use Crypt::UnixCrypt; This module is for all those poor souls whose...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (91): Crypt::UnixCrypt Download

Added: November 08, 2010 | Visits: 1.019

usb-mount usb-mount project provides desktop integration for systems using the hotplug scripts and the KDE desktop. It automatically mounts and unmounts USB storage partitions and modifies the users desktop, via the addition of icons representing USB storage device partitions. The user can interact with...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (95): usb-mount Download

Added: October 07, 2010 | Visits: 4.271

USB Pen Drive Linux USB Pen Drive Linux is portable Linux compilation that is based purely on Debian Linux. The project can be installed to a portable hard drive, USB flash pen drive or even an ipod or other portable device. USB Linux installation enables you to install a portable Linux operating system on a flash...


Platforms: *nix

License: Freeware Size: 460.4 MB Download (809): USB Pen Drive Linux Download

Added: November 22, 2010 | Visits: 1.702

i2c-tiny-usb i2c-tiny-usb is a open source/open hardware project. Attach any I2C client chip (thermo sensors, AD converter, displays, relais driver, ...) to your PC via USB ... quick, easy and cheap! Drivers for Linux, Windows and MacOS available. The i2c-tiny-usb project is an open source/open hardware...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (174): i2c-tiny-usb Download

Added: July 10, 2010 | Visits: 1.625

vp-usb-lock vp-usb-lock is a Linux kernel driver and PAM module that utilizes the PC wireless USB lock and makes it possible to use it as authentication method for your Linux box. It is easy to install, but needs access to the sources of the kernel and PAM to build correctly. It has been tested under...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (222): vp-usb-lock Download

Added: August 05, 2010 | Visits: 1.574

Crypt::ECDSA::Curve Crypt::ECDSA::Curve is a base class for ECC curves. These are for use with Crypt::ECDSA, a Math::GMPz based cryptography module. METHODS new Constructor. Takes the following named pair arguments: standard => standard-curve-name Used for named standard curves such as the NIST standard...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (193): Crypt::ECDSA::Curve Download

Added: November 06, 2010 | Visits: 1.734

Crypt::OpenSSL::SMIME Crypt::OpenSSL::SMIME is a Perl module for signing and encrypting messages with S/MIME standard using OpenSSL libraries. SYNOPSIS use Crypt::OpenSSL::SMIME; $smime = new Crypt::OpenSSL::SMIME({ signer_from => sender@test.com, signer_cert => sender.crt, signer_key => sender.key,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (107): Crypt::OpenSSL::SMIME Download

< 1 2 3 4 5 >