https://github.com/friedrith/vault
The true and honest vault to save everything that matters for you.
https://github.com/friedrith/vault
Last synced: 3 months ago
JSON representation
The true and honest vault to save everything that matters for you.
- Host: GitHub
- URL: https://github.com/friedrith/vault
- Owner: friedrith
- License: mit
- Created: 2020-04-09T22:06:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T20:42:54.000Z (over 3 years ago)
- Last Synced: 2025-03-05T22:44:23.716Z (over 1 year ago)
- Language: JavaScript
- Size: 5.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vault
The true and honest vault to save everything that matters for you.
Vault is an information system designed to store confidential passwords and other
texts. It is based on double security: Google Drive hosting and second
layer of encryption. Only you know the passphrase to unlock the second layer.
Besides, the encryption is performed on your computer so neither Google neither
Vault team can access your clear data.
If you are not sure you can assess the code of the repository. Everything used
to store your content is in this repository. Except requests related to download
and upload on/from Google Drive, Vault doesn't perform any other HTTP requests.
## 🚀 Quick start
```bash
yarn start
```
## 💫 Deploy
## Contributing
This project is only at the beginning so do not hesitate to contribute or propose improvements.
Please follow [guidelines](CONTRIBUTING.md).
## 📝 License
This project is distributed on MIT license.