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

Usb Folder Crypt freeware
Filter: All | Freeware | Demo
 

Usb Folder Crypt

< 1 2 3 4 5 > 
Released: June 03, 2008  |  Added: June 13, 2008 | Visits: 7.174

USB Server for Linux USB Server for Linux. This new unique software product allows to share any USB device to use them over local network or Internet. To share USB device plugged into computer with Linux OS you just need to install USB Server product into your system. Your system must have kernel v2.6.15 and higher...



Platforms: *nix, Source

License: Freeware Size: 93.75 KB Download (1197): USB Server for Linux Download

Released: April 20, 2008  |  Added: April 24, 2008 | Visits: 2.829

Q-Dir Q-Dir makes your files and folder easy to manage. Fast and easy access, with an amazing Quadro-View technique.You don't have to renounce the usual, Drag and Drop, all Views, and other functions of your system. No! Q-Dir gives you other nice functions, that make you happy. One can save many hand...





Platforms: Windows

License: Freeware Size: 179.34 KB Download (365): Q-Dir Download

Released: March 01, 2008  |  Added: June 09, 2008 | Visits: 2.007

Flexcrypt folder GENERAL Flexcrypt Folder enables you to encrypt a file or a folder. After installation, right-click on a file/folder and select Encrypt with Flexcrypt folder and make up a password, thats it. Decryption is done by double-clicking on the encrypted file and enter the correct password. The...


Platforms: Windows

License: Freeware Size: 7.6 MB Download (616): Flexcrypt folder Download

Released: August 17, 2010  |  Added: October 26, 2010 | Visits: 2.596

Custom Folder Compact utility Custom Folder helps to create directories formating their names with date and time mask. Utility can be very useful as part of your batch scripts. Command line version of the utility can run application of your choice with new directory name as parameter after successful...


Platforms: Windows

License: Freeware Size: 1.85 MB Download (147): Custom Folder Download

Added: August 15, 2008 | Visits: 1.620

Remora USB Disk Guard Remora USB Disk Guard is designed as a file encryption switch in your USB storage devices. With Remora USB Disk Guard, you can secure all your files in USB disk anytime and anywhere. Main Features: (1) A easy and fast tool to encrypt and decrypt files. (2) A easy and fast tool to encrypt and...


Platforms: Windows

License: Freeware Size: 1.79 MB Download (405): Remora USB Disk Guard Download

Released: March 18, 2014  |  Added: June 17, 2014 | Visits: 8.875

Folder Size Folder Size will analyze your hard drives and display the file and folder sizes so that you can easily check the distribution of your disk space. The application will display the sizes of the folders and files and also the percentage of the total disk size that they occupy. The neat report can be...


Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 2.2 MB Download (650): Folder Size Download

Released: September 12, 2008  |  Added: September 18, 2008 | Visits: 22.532

Free Folder Hider Almost every computer user keeps files that are personal, private and confidential, or important to be preserved as undeletable. You may have files that are inappropriate for kids or other family members, or files with valuable information that can be stolen. Such files and folders need security...


Platforms: Windows, Windows Vista

License: Freeware Size: 3.24 MB Download (10779): Free Folder Hider Download

Released: October 29, 2008  |  Added: November 03, 2008 | Visits: 3.893

1 Second Folder Encrypt Free With 1 Second Folder Encryption Free, You don't worry your child find your amor photo, It allows you to easily protect your data in your computer. When a folder encrypted with 1 Second Folder Encryption, It could not be accessed, copied, deleted, moved and renamed. With Folder Encryption,...


Platforms: Windows

License: Freeware Size: 6.51 MB Download (916): 1 Second Folder Encrypt Free Download

Released: January 26, 2011  |  Added: January 31, 2011 | Visits: 2.429

BestSync BestSync is a professional utility for synchronizing/backup file and mail between net drive, shared folder, FTP server and USB drive with security and advanced features. BestSync is a professional utility for following solutions: 1. Synchronize files between PCs by utilizing network...


Platforms: Windows

License: Freeware Size: 6.23 MB Download (211): BestSync 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

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: August 09, 2010 | Visits: 2.070

MA©tamorphose File -n- Folder Renamer Métamorphose File -n- Folder Renamer is a mass file renaming program that combines great flexability with an intuitive interface. Métamorphose File -n- Folder Renamer allows many command line renaming operations in a single utility, well-suited for those who need to rename large numbers of...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (101): MA©tamorphose File -n- Folder Renamer Download

Added: March 15, 2010 | Visits: 1.178

Group User Folder Group User Folder provides a Zope Product that manages Groups of Users. GroupUserFolder is a kind of user folder that provides a special kind of user management. Some users are "flagged" as GROUP and then normal users will be able to belong to one or serveral groups. Whats New in This...


Platforms: *nix

License: Freeware Size: 512 KB Download (98): Group User Folder Download

Added: October 14, 2010 | Visits: 1.100

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.888

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

< 1 2 3 4 5 >