{"id":26779452,"url":"https://github.com/hafiz-shamnad/vaultify","last_synced_at":"2025-03-29T06:17:04.939Z","repository":{"id":259730316,"uuid":"879301430","full_name":"Hafiz-shamnad/Vaultify","owner":"Hafiz-shamnad","description":" Vault is a Java-based application designed for securely storing and verifying passwords. Built with PBKDF2 password hashing and salt generation, it provides robust security against brute-force attacks and ensures password data integrity. The project features a clean and user-friendly Swing interface.","archived":false,"fork":false,"pushed_at":"2024-10-27T15:00:51.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-27T16:55:25.588Z","etag":null,"topics":["cyber-security","java","secure-password","swing-gui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hafiz-shamnad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-27T14:52:49.000Z","updated_at":"2024-10-27T15:00:54.000Z","dependencies_parsed_at":"2024-10-27T17:09:00.286Z","dependency_job_id":null,"html_url":"https://github.com/Hafiz-shamnad/Vaultify","commit_stats":null,"previous_names":["hafiz-shamnad/vaultify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hafiz-shamnad%2FVaultify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hafiz-shamnad%2FVaultify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hafiz-shamnad%2FVaultify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hafiz-shamnad%2FVaultify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hafiz-shamnad","download_url":"https://codeload.github.com/Hafiz-shamnad/Vaultify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145030,"owners_count":20730495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cyber-security","java","secure-password","swing-gui"],"created_at":"2025-03-29T06:17:04.341Z","updated_at":"2025-03-29T06:17:04.923Z","avatar_url":"https://github.com/Hafiz-shamnad.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vaultify\n\n**Vaultify** is a secure password-storing application built in Java that leverages PBKDF2 hashing with salt generation for strong password security. The application features a sleek and modern Swing-based GUI, making it easy to securely store and verify passwords. Vaultify serves as both a practical solution for password management and a learning tool for secure password-handling techniques in Java.\n\n\n## Features\n\n- **Secure Password Hashing**: Uses PBKDF2 with SHA-256 for robust password hashing, combined with a unique salt for each password.\n- **Password Verification**: Easily verify stored passwords against user input with a high degree of security.\n- **User-Friendly UI**: Modern, dark-themed interface built with Java Swing for an intuitive user experience.\n- **Enhanced Security Practices**: Follows best practices in password management, protecting against brute-force and rainbow table attacks.\n\n## Getting Started\n\nFollow these instructions to set up Vaultify on your local machine.\n\n### Prerequisites\n\nEnsure you have Java installed. You can check with:\n\n```bash\njava -version\n```\n\nIf Java isn’t installed, download it from [Oracle's Java SE Downloads](https://www.oracle.com/java/technologies/javase-downloads.html).\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/vaultify.git\n   cd vaultify\n   ```\n\n2. Compile the application:\n\n   ```bash\n   javac PasswordStoreApp.java\n   ```\n\n3. Run the application:\n\n   ```bash\n   java PasswordStoreApp\n   ```\n\n## Usage\n\n1. **Store a Password**: Enter a password in the \"Enter Password\" field and click **Store Password**. Vaultify will generate a secure hash and salt, storing them in memory.\n2. **Verify a Password**: Enter the password in the \"Verify Password\" field and click **Verify Password**. If the input matches the stored hash, you’ll see a confirmation message.\n\n## Project Structure\n\n```plaintext\nvaultify/\n├── PasswordStoreApp.java   # Main application file with Swing UI\n├── SecurePasswordStore.java # Password hashing and verification logic\n└── README.md               # Project documentation\n```\n\n## How It Works\n\nVaultify utilizes Java's `PBKDF2WithHmacSHA256` algorithm to hash passwords, along with a unique salt for each entry, following these steps:\n\n1. **Salt Generation**: A unique, random salt is generated for each password.\n2. **Hashing**: The password and salt are hashed together using PBKDF2.\n3. **Verification**: When verifying, Vaultify hashes the input with the stored salt and checks it against the stored hash.\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch: `git checkout -b feature-name`.\n3. Commit your changes: `git commit -m \"Add feature-name\"`.\n4. Push to the branch: `git push origin feature-name`.\n5. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contact\n\nFor questions or support, please contact [haafizshamnad@gmail.com](mailto:haafizshamnad@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafiz-shamnad%2Fvaultify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhafiz-shamnad%2Fvaultify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhafiz-shamnad%2Fvaultify/lists"}