O-Vault is a secure Password Manager. It is free and open source.
O-Vault is a desktop application for:
O-Vault is fully offline, your passwords are saved locally on your device in an encrypted file called the vault.
With O-Vault you only need to remember one password to open your vault. All your other passwords are saved in your vault.
O-Vault uses the Chromium implementation of the Web Crypto API and more specifically it encrypts the vault using the Rijndael AES-GCM algorithm.
As stated on www.cryptomathic.com:
AES is the symmetric algorithm of choice for most applications today, and it is widely used, typically with 128 or 256-bit keys, the latter of which is considered strong enough to protect military TOP SECRET data. It is worth noting that, assuming no known flaws in an algorithm, brute forcing a single 128-bit key will take billions of years using any classical computing technology available today or in the foreseeable future.
Your vault is a standalone file, you can make a backup of it on a usb key, to an external harddrive or to your cloud document provider (Google Drive, One Drive, etc).
Here is the link to download the latest stable version: Download Page
O-Vault is an «Offline» Password Manager. It means the vault is stored on the user device, it takes the form of an encrypted file. There is no «cloud» where the vault is sync and there will never be. There is also no need to create an account to use the app.
Security is the number one priority and will always be. Even if security is taken very seriously, a user should have the choice to enable or not the highest level of security. For example, a user should be able to use a weak password to protect his vault if this is what he wants but in this case he needs to know that his vault is vulnerable.
The source code is on github.
Nicolas Puzin aka end3rbyte.