{"id":29953730,"url":"https://github.com/bocaletto-luca/passwordvault","last_synced_at":"2026-04-19T03:02:03.931Z","repository":{"id":305555431,"uuid":"1023192962","full_name":"bocaletto-luca/PasswordVault","owner":"bocaletto-luca","description":"Password Generator \u0026 Vault A modern, responsive, single-page password manager and generator. Generate strong passwords in-browser, encrypt and store them locally with username/email, filter, import/export JSON, copy to clipboard—no server or external libraries required.","archived":false,"fork":false,"pushed_at":"2025-07-20T18:32:24.000Z","size":42,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T15:22:13.847Z","etag":null,"topics":["bocaletto-luca","css3","html-css-javascript","html5","import-export","javascript","opensource","password-generator","password-manager","password-vault","responsive","webapp"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.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,"zenodo":null}},"created_at":"2025-07-20T18:07:47.000Z","updated_at":"2025-07-26T19:43:07.000Z","dependencies_parsed_at":"2025-07-20T20:35:49.774Z","dependency_job_id":null,"html_url":"https://github.com/bocaletto-luca/PasswordVault","commit_stats":null,"previous_names":["bocaletto-luca/passwordvault"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/PasswordVault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FPasswordVault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FPasswordVault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FPasswordVault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FPasswordVault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/PasswordVault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FPasswordVault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273416836,"owners_count":25101808,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bocaletto-luca","css3","html-css-javascript","html5","import-export","javascript","opensource","password-generator","password-manager","password-vault","responsive","webapp"],"created_at":"2025-08-03T15:10:58.055Z","updated_at":"2025-10-18T09:10:18.057Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Generator \u0026 Vault\n\nA modern, responsive, single-page password manager and generator.  \nGenerate strong passwords in-browser, encrypt and store them locally with username/email, filter, import/export JSON, copy to clipboard—no server or external libraries required.\n\n---\n\n## 🔗 Live Demo\n\nhttps://bocaletto-luca.github.io/PasswordVault/index.html\n\n---\n\n## 🚀 Features\n\n- **Secure Password Generator**  \n  • Include lowercase, UPPERCASE, numbers, symbols  \n  • Customizable length (4–64 characters)  \n  • One-click copy to clipboard  \n\n- **Encrypted Vault**  \n  • AES-GCM encryption with PBKDF2 key-derivation  \n  • Master password protects all entries  \n  • Data stored in `localStorage` (no server)  \n\n- **Entry Management**  \n  • Save site/app, username/email, and password  \n  • Inline edit or delete any entry  \n  • Reveal password on focus, hide on blur  \n  • Copy individual passwords with one click  \n\n- **Filtering \u0026 Search**  \n  • Live filter by site/app or username/email  \n  • Instant results in table view  \n\n- **Import / Export JSON**  \n  • Export entire vault as encrypted JSON  \n  • Import vault JSON backup or migrate between devices  \n\n- **Print-Ready \u0026 SEO Optimized**  \n  • Print view hides UI controls  \n  • Semantic HTML, meta tags, and JSON-LD schema  \n\n---\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\n- Modern web browser (Chrome, Firefox, Safari, Edge)\n\n### Installation\n\n1. **Clone the repository**  \n   ```bash\n   git clone https://github.com/bocaletto-luca/PasswordVault.git\n   ```\n2. **Open the app**  \n   - Navigate into the project folder  \n   - Open `index.html` in your browser  \n\nNo build or install steps required.\n\n---\n\n## 🎯 Usage\n\n### 1. Generator Tab\n\n1. Select character sets (lowercase, UPPERCASE, numbers, symbols)  \n2. Set desired length (4–64)  \n3. Click **Generate**  \n4. Copy the generated password or paste it into the vault form\n\n### 2. Vault Tab\n\n1. Click **Vault** to switch tabs  \n2. **First use:** set your Master Password  \n3. **Subsequent uses:** enter Master Password to unlock  \n4. Add a new entry:\n   - Site / App  \n   - Username / Email  \n   - Password (paste or generate)  \n   - Click **Save Entry**\n\n5. Manage entries:\n   - **Edit** inline fields; changes auto-save  \n   - **Reveal** password by focusing the field  \n   - **Copy** password to clipboard  \n   - **Delete** entry with confirmation  \n\n6. **Filter** entries by site or user using the search box\n\n### 3. Import / Export\n\n- **Export JSON**: download encrypted vault data  \n- **Import JSON**: upload a previously exported file (Vault will relock; unlock again to view)\n\n### 4. Print\n\nClick **Print Quiz** (in modal) to view print-friendly layout with controls hidden.\n\n---\n\n## 🔒 Encryption \u0026 Security\n\n- **Master Password**: chosen by you; not stored in plain text  \n- **Key Derivation**: PBKDF2 with 100,000 iterations \u0026 SHA-256  \n- **Encryption**: AES-GCM 256-bit  \n- **Salt \u0026 IV**: randomly generated, stored in `localStorage`  \n\n\u003e **Warning:** If you forget your Master Password, vault data cannot be recovered. Deleting keys and vault data resets the app.\n\n---\n\n## 🧰 Built With\n\n- HTML5 \u0026 CSS3 (Grid, Flexbox, Custom Properties)  \n- Vanilla JavaScript (ES6+)  \n- Web Crypto API for encryption  \n- `localStorage` for persistence  \n\n---\n\n## 🤝 Contributing\n\nContributions are welcome!\n\n1. Fork the repo  \n2. Create a feature branch  \n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Commit your changes  \n   ```bash\n   git commit -m \"Add awesome feature\"\n   ```\n4. Push to your fork  \n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Open a Pull Request\n\n---\n\n## 📄 License\n\nThis project is licensed under the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n\n---\n\n## 👤 Author\n\n**Bocaletto Luca**  \n- GitHub: [@bocaletto-luca](https://github.com/bocaletto-luca)  \n- Live Demo: https://bocaletto-luca.github.io/PasswordVault/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fpasswordvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Fpasswordvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fpasswordvault/lists"}