Vault 3 stores your notes and photographs as an outline. Vault 3 organizes your information into categories and sub-categories that you specify. Vault 3's outline is easily and rapidly searchable. Vault 3 uses strong encryption to ensure the privacy of your personal data. Vault 3 can even run slideshows of your photographs.
Vault 3 © Copyright 2024, Eric Bergman-Terrell
A version of Vault 3 for Android
is also available. All versions of Vault 3 (Android, Windows, and Linux) use
the same file format. Any .vl3 file can be read and updated by any version.
Vault 3 relies on many of the same libraries used by the Eclipse
project. It is currently using version 4.29 of the libraries.
- These instructions assume you're using
Intellij IDEA
. The procedure for other development tools will be similar to the following. - Make sure you have a Java Development Kit (JDK) with a version of 17 or later. You can download a JDK
here
. - Download the latest version of the
Eclipse libraries
. - Download additional libraries:
- Unpack the library files completely. If you're on Windows,
7-Zip
is ideal for this purpose. - Update the project root level .classpath to point to the libraries you downloaded.
- Update the ant build scripts to point to the libraries.
- Update the .classpath file to point to the Eclipse libraries on your machine. Make sure each path is correct. Note: you may have to change version numbers of the .jar files.
- Run!
If you intend to distribute Vault 3 to other users, use the scripts in the "Vault/ant build scripts" folder. These scripts will create the folders that you can distribute.
- Download the libraries mentioned in the Development Build section, above.
- Update the ant build scripts to point to the downloaded libraries
- Run the appropriate ant build scripts
- The scripts create the deployment folders, and automatically compress them as .zip files.
- Distribute the deployment .zip files.
Password-protected Vault 3 documents are encrypted with the AES (Rijndael) algorithm in CBC mode, using 256-bit keys.
Please submit your feedback to [email protected].