Vault for Windows

This is a simple windows app that saves important files in an encrypted vault
The vault can be located on any folder on disk. THe actual file name is encrypted with the user provided password using DES encryption while the data is encrypted using 256 bit AES
The app is developed using .NET and uses the dotnet cryptography library for all encryption and decryption

Installation & Usage

The app is totally portable and only needs the main executable and a couple of configuration files (all in the zip). To start the app use
Vault {FolderWhereVaultsAreStored

The app starts in the system tray and has a debug window open.

Using Vault

You can create a new vault (password is optional, without password the vault is not encrypted).
You can open any existing vault (will prompt for password if vault is encrypted) and once open, the vault is available as a new drive on your system
Vault contents can be used just like any other file storage
Vaults will timeout after 10 minutes (for security)