{"id":29572797,"url":"https://github.com/customize5773/securevault-pro","last_synced_at":"2025-07-19T05:11:51.794Z","repository":{"id":304947559,"uuid":"1020649143","full_name":"Customize5773/SecureVault-Pro","owner":"Customize5773","description":"SecureVault Pro is an advanced access control system combining physical and digital security mechanisms. Built around the ESP32-S3 microcontroller, it features encrypted wireless management, tamper detection, and battery-backed operation for reliable security enforcement.","archived":false,"fork":false,"pushed_at":"2025-07-16T14:06:00.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-17T10:36:26.712Z","etag":null,"topics":["access-control","esp32-s3","iot-security","oled-display","servo-control"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Customize5773.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":"docs/security_features.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-16T07:29:29.000Z","updated_at":"2025-07-17T02:31:38.000Z","dependencies_parsed_at":"2025-07-17T15:15:54.764Z","dependency_job_id":"644e4e16-9767-451b-8161-915ada66c7f3","html_url":"https://github.com/Customize5773/SecureVault-Pro","commit_stats":null,"previous_names":["customize5773/securevault-pro"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Customize5773/SecureVault-Pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Customize5773%2FSecureVault-Pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Customize5773%2FSecureVault-Pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Customize5773%2FSecureVault-Pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Customize5773%2FSecureVault-Pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Customize5773","download_url":"https://codeload.github.com/Customize5773/SecureVault-Pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Customize5773%2FSecureVault-Pro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265892625,"owners_count":23845045,"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":["access-control","esp32-s3","iot-security","oled-display","servo-control"],"created_at":"2025-07-19T05:11:51.152Z","updated_at":"2025-07-19T05:11:51.775Z","avatar_url":"https://github.com/Customize5773.png","language":"C++","readme":"# SecureVault Pro - ESP32-Based Security System\n\n## Overview  \nSecureVault Pro is an advanced access control system combining physical and digital security mechanisms. Built around the ESP32-S3 microcontroller, it features encrypted wireless management, tamper detection, and battery-backed operation for reliable security enforcement.  \n\n## Key Features  \n- **Multi-Factor Authentication**: Rotary encoder PIN entry + encrypted web interface  \n- **Industrial-Grade Locking**: MG996R servo with 10kg/cm holding torque  \n- **Security Monitoring**: Vibration and lid position sensors with active response  \n- **Power Resilient**: 18650 battery backup maintains lock state during outages  \n- **Enterprise Encryption**: TLS 1.3 protected management interface  \n\n## Technical Specifications  \n- **Microcontroller**: ESP32-S3 (16MB flash, 8MB PSRAM)  \n- **Wireless**: 2.4GHz WiFi 4 (802.11n) with external antenna  \n- **Power Input**: 5V USB-C or 3.7V Li-ion battery  \n- **Display**: SH1106 1.3\" OLED (128x64 pixels)  \n- **Physical Interface**: EC11 rotary encoder with push button  \n- **Security Sensors**: SW-420 vibration detector + reed switch  \n- **Operating Temperature**: 0°C to 50°C  \n\n## Installation  \n1. Flash firmware using PlatformIO:  \n```bash\npio run -t upload\n```  \n\n2. Assemble mechanical components following [assembly guide](enclosure/assembly_guide.md)  \n\n3. Configure WiFi via serial console or web portal:  \n```\n\u003e wifi_setup home_ssid home_password\n```  \n\n## Usage  \n**Local Access**:  \n- Rotate encoder to select digits  \n- Press to confirm each digit  \n- 4-digit PIN unlocks servo mechanism  \n\n**Remote Management**:  \n```bash\ncurl -k -H \"X-API-Key: YOUR_KEY\" https://vault-ip/control \\\n  -d '{\"action\":\"unlock\",\"pin\":\"1234\"}'\n```  \n\n## Documentation  \n- [Hardware Schematics](hardware/schematics/Electrical_schematics.md)  \n- [API Reference](docs/api_reference.md)  \n- [Security Architecture](docs/security_features.md)  \n\n## Compliance  \n- NIST SP 800-193 (Platform Firmware Resilience)  \n- OWASP IoT Top 10 Controls  \n- GDPR Article 32 Requirements  \n\n## License  \nReleased under the `MIT LICENSE`.\n\n## Version History  \n- v1.0 (2025-01-15): Initial release  \n- v2.0 (2025-07-10): Added battery backup and enhanced tamper detection\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomize5773%2Fsecurevault-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcustomize5773%2Fsecurevault-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustomize5773%2Fsecurevault-pro/lists"}