https://github.com/puneetkakkar/secure-vault
It is a privacy-focused application designed to safeguard your passwords, documents, and other confidential information. It's built with end-to-end encryption, ensuring that only you have access to your data. We never have access to your passwords or sensitive information.
https://github.com/puneetkakkar/secure-vault
cloud-storage credential-manager encryption password password-manager vault zero-knowledge
Last synced: about 2 months ago
JSON representation
It is a privacy-focused application designed to safeguard your passwords, documents, and other confidential information. It's built with end-to-end encryption, ensuring that only you have access to your data. We never have access to your passwords or sensitive information.
- Host: GitHub
- URL: https://github.com/puneetkakkar/secure-vault
- Owner: puneetkakkar
- Created: 2025-02-17T02:33:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T05:47:38.000Z (2 months ago)
- Last Synced: 2025-03-17T06:32:17.829Z (2 months ago)
- Topics: cloud-storage, credential-manager, encryption, password, password-manager, vault, zero-knowledge
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
SECURE VAULT - THE ONLY KEY IS YOU
**Secure Vault** is a privacy-focused application designed to safeguard your passwords, documents, and other confidential information. It's built with end-to-end encryption, ensuring that only you have access to your data. We never have access to your passwords or sensitive information.
## ⚗️ Key Features:
* **End-to-End Encryption:** Your data is encrypted on your device and remains encrypted on our servers, ensuring only you can access it.
* **Master Password Security:** Your master password is the only key to unlocking your vault.
* **Secure Storage:** Keep all your valuable data safe and organized in one place.
* **Secure Sharing:** Share your information securely with trusted individuals.## Why Choose Secure Vault?
* **Ultimate Privacy:** Your data is your business. We don't have access to it.
* **Peace of Mind:** Securely store and manage your most important information.
* **Easy to Use:** A user-friendly interface makes it simple to manage your vault.
* **Open Source:** We welcome community contributions to make Secure Vault even better.## Repository Structure
This repository serves as the main hub for the Secure Vault project, containing links to the three independent repositories:
* [Secure Vault Server](https://github.com/puneetkakkar/secure-vault-server) - Backend service built with Java & Spring Boot.
* [Secure Vault Web](https://github.com/puneetkakkar/secure-vault-web) - Web-based frontend built with React.js.
* [Secure Vault Mobile](https://github.com/puneetkakkar/secure-vault-mobile) - Mobile application built with React Native.
Each repository operates independently for better maintainability and modularity.
## Getting Started:
To set up and run the Secure Vault application, navigate to the respective repository and follow the installation steps outlined in its README file.
**Cloning All Repositories:**
If you wish to clone all repositories together, run:```bash
# Clone the main repository
git clone https://github.com/puneetkakkar/secure-vault
cd secure-vault# Clone submodules (each component)
git submodule update --init --recursive
```
Alternatively, you can navigate to each repository and clone them individually.## Contributing
We encourage you to contribute to Secure Vault's development!
* **Report issues:** Find a bug or have a suggestion. Please submit an issue on GitHub.
* **Submit pull requests:** Want to add a feature or fix a bug? Submit a pull request to our repository.
* **Join the community:** Connect with other developers.**Before contributing:**
* Please read our [Contributing Guidelines](CONTRIBUTING.md) for a detailed guide.
* Ensure you have signed our Contributor License Agreement (CLA).## License
This project is licensed under the [License Name] License - see the [LICENSE](LICENSE) file for details.
**Together, let's make Secure Vault the ultimate solution for protecting your digital secrets!**