{"id":27404409,"url":"https://github.com/xaxtric7/vaultveritus","last_synced_at":"2026-04-09T18:17:36.900Z","repository":{"id":287569797,"uuid":"965148208","full_name":"XaXtric7/VaultVeritus","owner":"XaXtric7","description":"🔐 VaultVeritus is an open-source password strength analyzer designed to help users evaluate and improve their passwords. It provides real-time feedback on password strength, highlighting areas for enhancement to ensure robust security practices.","archived":false,"fork":false,"pushed_at":"2025-04-12T15:11:03.000Z","size":227,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T15:27:42.367Z","etag":null,"topics":["bun","reactjs","security-tools","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"https://ai-password-analyzer-vault-veritus-main.vercel.app/","language":"TypeScript","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/XaXtric7.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-04-12T14:17:32.000Z","updated_at":"2025-04-12T15:11:06.000Z","dependencies_parsed_at":"2025-04-12T15:41:39.101Z","dependency_job_id":null,"html_url":"https://github.com/XaXtric7/VaultVeritus","commit_stats":null,"previous_names":["xaxtric7/vaultveritus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2FVaultVeritus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2FVaultVeritus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2FVaultVeritus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/XaXtric7%2FVaultVeritus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/XaXtric7","download_url":"https://codeload.github.com/XaXtric7/VaultVeritus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248826280,"owners_count":21167654,"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":["bun","reactjs","security-tools","tailwindcss","typescript","vite"],"created_at":"2025-04-14T05:28:47.747Z","updated_at":"2026-04-09T18:17:36.864Z","avatar_url":"https://github.com/XaXtric7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VaultVeritus 🔐\n\n**VaultVeritus** is an open-source password strength analyzer designed to help users evaluate and improve their passwords. It provides real-time feedback on password strength, highlighting areas for enhancement to ensure robust security practices.\n\n## 📷 Screenshots\n\n![Image](https://github.com/user-attachments/assets/8e5e08ba-f232-47dd-9346-2c4297a0c2c4)\n\n![Image](https://github.com/user-attachments/assets/9f7013cb-3976-482b-8461-73c8e90cd3d5)\n\n![Image](https://github.com/user-attachments/assets/4f4c1399-4d42-446a-98bb-3261277f8d67)\n\n![Image](https://github.com/user-attachments/assets/9d3ec7ba-7abf-4ed5-8f4f-72bd272cd1c7)\n\n![Image](https://github.com/user-attachments/assets/931778f1-2237-4c08-b414-31cda9a5653e)\n\n![Image](https://github.com/user-attachments/assets/39bcf0c5-19cb-41a6-87d9-462c8c49bcff)\n\n![Image](https://github.com/user-attachments/assets/182059c3-efea-43b3-be03-03f46c917d45)\n\n![Image](https://github.com/user-attachments/assets/e94a805f-92aa-45e5-b96a-2f14c916e986)\n\n![Image](https://github.com/user-attachments/assets/779e2965-0e12-4904-b8cf-d101485a3199)\n\n## 🔍 Features\n\n- **Real-Time Analysis:** Instantly evaluates password strength as users type.\n- **Comprehensive Criteria Checks:**\n  - Minimum and maximum length requirements.\n  - Inclusion of uppercase and lowercase letters.\n  - Presence of numbers and special characters.\n  - Detection of common or easily guessable passwords.\n- **User-Friendly Interface:** Clean and intuitive design for seamless user experience.\n- **Responsive Design:** Optimized for various devices and screen sizes.\n\n## 🛠️ Technologies Used\n\n- **Frontend:**\n  - [Vite](https://vitejs.dev/) – Fast and lightweight build tool.\n  - [Tailwind CSS](https://tailwindcss.com/) – Utility-first CSS framework.\n  - [TypeScript](https://www.typescriptlang.org/) – Typed superset of JavaScript.\n- **Package Management:**\n  - [Bun](https://bun.sh/) – Modern JavaScript runtime and package manager.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Bun](https://bun.sh/docs/installation) (or alternatively, [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/))\n\n### Installation\n\n1. **Clone the Repository:**\n\n   ```bash\n   git clone https://github.com/XaXtric7/VaultVeritus.git\n   cd VaultVeritus\n   ```\n\n2. **Install Dependencies:**\n\n   Using Bun:\n\n   ```bash\n   bun install\n   ```\n\n   Or using npm:\n\n   ```bash\n   npm install\n   ```\n\n3. **Start the Development Server:**\n\n   Using Bun:\n\n   ```bash\n   bun dev\n   ```\n\n   Or using npm:\n\n   ```bash\n   npm run dev\n   ```\n\n4. **Access the Application:**\n\n   Open your browser and navigate to `http://localhost:5173` to view the application.\n\n## 📁 Project Structure\n\n```\nVaultVeritus/\n├── public/             # Static assets\n├── src/                # Source code\n│   ├── components/     # Reusable UI components\n│   ├── styles/         # Tailwind CSS configurations\n│   └── main.tsx        # Entry point\n├── index.html          # HTML template\n├── package.json        # Project metadata and scripts\n├── tailwind.config.ts  # Tailwind CSS configuration\n├── tsconfig.json       # TypeScript configuration\n└── vite.config.ts      # Vite configuration\n```\n\n## 🧪 Testing\n\n_Note: Testing scripts and configurations are currently under development._\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## 📽️ PPT\n\n📁 [Download Presentation - VaultVeritus.pptx](https://github.com/user-attachments/files/19720259/VaultVeritus.pptx)\n📁 [Diagrams.pdf](https://github.com/user-attachments/files/19720261/Diagrams.pdf)\n\n## 🙌 Acknowledgements\n\n- Inspired by the need for stronger password practices.\n- Built with modern web development tools and best practices.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaxtric7%2Fvaultveritus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaxtric7%2Fvaultveritus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaxtric7%2Fvaultveritus/lists"}