USB Vault 1.02
USB Vault 1.02
Category : Encryption-Tools
Submited Date : 29, Jan, 2009
Os Support : Windows Vista, XP
License : Freeware
Price :
Size : 1.46MB
Publisher : http://www.usbvault.com
Description : USB Vault is an encryption utility that provides AES-128 bit encryption for your files, wherever they can go. The software loads on a USB drive (flash drive, hard drive, or iPod) and stays with the USB drive. It does not require the install or uninstall of any files on any computer. Simply drag your files or folders to the USB Vault desktop icon. They will instantly be encrypted and transferred to the USB drive. Just double click on the encrypted file, enter the password and it’s decrypted.
Several files and folders can be simultaneously encrypted or decrypted back to the hard drive or any other connected drive. Encrypted files are hidden from other’s view, however you can choose to unhide them. F1-key Help menu.
[ Impressions : 3568 ] [ Hits :: 1988 ]
...................................................................................
Post Your Comments Now!
Name :
E-Mail :
Title :
Comments :
[ Rate this Download : rating ]
Copy this link :
Key Words : Several files and folders can be simultaneously encrypted or decrypted back to the hard drive or any other connected drive. Encrypted files are hidden from other's view, however you can choose to unhide them. F1-key Help menu.
Top Freeware Downloads
  • Express Scribe Transcription   [633KB ]
  • Free YouYuBe Utility Converte  [4.24MB ]
  • USB Vault 1.02  [1.46MB ]
  • 3D image galerie 0.7a   [21.05MB ]
  • PrintAid 1.5 Beta 2  [18KB ]
  • SCWebcam 3.5.12  [449KB ]
  • Replace! 1.1.1  [8KB ]
  • Alias Dragon 1.3  [12KB ]
  • NFOpad 1.51  [441KB ]
  • Dialog View 2.3.3  [91KB ]
  • Top Shareware Downloads
  • Joy RingTone Converter 2.8.0  [2.22MB ]
  • Registry Shower 2009 4.0 Buil  [5.58MB ]
  • Living Earth Desktop Wallpape  [2.68MB ]
  • Font Creator Home Edition 5.6  [6.31MB ]
  • FonoMax 2000 4.1.1  [3.33MB ]
  • Movie Catalogue 4.02  [12.76MB ]
  • iSkysoft DVD to Apple TV Suit  [39.45MB ]
  • The Lock 5.08.0505  [22.06MB ]
  • SimpleCast 2.5.3  [1.54MB ]
  • NoteWorthy Virtual Notecards   [14.04MB ]
  • Top Demo Downloads
  • Video Strip Poker Boys 1.30  [146MB ]
  • Norton Antivirus 2009  [n/a ]
  • Norton 360 All-in-One Securit  [49.44MB ]
  • Plop Art 1.0  [11.2MB ]
  • ROBERTA 1.2  [28KB ]
  • VeriTime Time Tracker 7.0.2  [6.7MB ]
  • K7 AntiVirus 7.0  [34.51MB ]
  • ArtsAcoustic Reverb for Mac 1  [6.01MB ]
  • Standard Admin Icons 2008.2  [1009KB ]
  • Certay CCIP 642-661 Exam Simu  [1.32MB ]
  • Articles
    PHP Variable and Value Types

    You will create two main types of variables in your PHP code: scalar and array. Scalar variables contain only one value at a time, and arrays contain a list of values, or even another array.The example at the beginning of this chapter created a scalar variable, and the code in this book deals primarily with scalar variables. You can find information on arrays in Appendix B, "Basic PHP Language Reference." When you assign a value to a variable, you usually assign a va....

    ______________
    What Is FTP?

    The File Transfer Protocol (FTP) is one protocol in the TCP/IP family used to transfer files between machines running TCP/IP (FTP-like programs are also available for some other protocols). The File Transfer Protocol enables you to transfer files back and forth and manage directories. FTP is not designed to give you access to another machine to execute programs, but it is the best utility for file manipulation. To use FTP, both ends of a connection must be running a program th....

    ______________
    Macro security settings

    If you write macros that other people in your organization use, you should be aware of the Macro Security settings in Excel (and in all Office applications). These settings control the messages you receive when you open a workbook that contains macros; they ask if it’s okay to enable them. In the good old days, developers didn’t have to worry about such things. But with the advent of macro viruses, you now need to take such user-level security settings into account....

    ______________
    Create an Outlook message from Excel

    The ability to create objects from other Office applications is one of the great things about using VBA. For example, you can write a macro that will create an Outlook message object and attach a shortcut to the currently open workbook. A button on the toolbar will perform this same action, which is fine if that’s all you want to do. But using the sample macro below, you can add other text to the message, pre-address it, or perform other actions. You can also tie the cre....

    ______________
    An Introduction to Wireless Networking

    Whether it’s because you have made a call using a mobile phone, received a message on your pager, checked your email from a PDA or even just seen an advert related to it, we have all come across a wireless data or voice network!If a user, application or company wishes to make data portable, mobile and accessible then wireless networking is the answer. A wireless networking system would rid of the downtime you would normally have in a wired network due to cable problems. ....

    ______________