OR-6 /
OpenVault
A secure, offline-first password manager, 2FA authenticator, secure file locker, and encrypted notes application, all running in your terminal with a modern, advanced interface.
Loading repository data…
xBounceIT / repository
A modern, secure, and feature-rich TOTP authenticator designed specifically for Windows, offering a user-friendly interface and robust security features.
A modern, secure, and feature-rich TOTP authenticator designed specifically for Windows, offering a user-friendly interface and robust security features.
git clone https://github.com/xBounceIT/WinOTP.git
cd WinOTP
pip install -r requirements.txt
/api - API endpoints and interfaces/core - Core application logic/models - Data models and schemas/static - Static assets and resources/tests - Test suite/ui - User interface components
/pages - Separate HTML pages for each screen of the application/static - CSS, JavaScript, and other UI-related static files/utils - Utility functions and helpersBy default, the application stores its configuration and data files in a dedicated appdata roaming folder:
%appdata%\Roaming\WinOTP
The main files are:
auth_config.json - Authentication configuration (PIN/password hashes, timeout settings).app_settings.json - Application settings (e.g., minimize to tray).tokens.json - Token storage. Encrypted if app protection is enabled. Do not edit this file manually.Note: When running in debug mode (using the --debug or -d flag), the application will instead use local files named tokens.json.dev, app_settings.json.dev, and auth_config.json.dev located in the application's root directory.
python run_tests.py
Test coverage reports can be found in the .coverage file.
The project includes configuration files for VS Code in the .vscode directory.
This project is licensed under the terms specified in the LICENSE file. Please refer to the LICENSE file for detailed licensing information and terms of use.
See CHANGELOG.md for a detailed list of changes.
Selected from shared topics, language and repository description—not editorial ratings.
OR-6 /
A secure, offline-first password manager, 2FA authenticator, secure file locker, and encrypted notes application, all running in your terminal with a modern, advanced interface.
fiks9 /
A modern Python desktop application to securely log in and download Instagram stories using a clean GUI and 2FA support.
hiffenick /
Modern expense tracking web application with secure authentication, analytics, and Google Authenticator 2FA.
sahilsingh-lab /
A secure Python desktop application featuring user registration, password hashing, QR Code-based 2FA, TOTP authentication, encrypted credential storage, SQLite database integration, session management, and a modern CustomTkinter interface. Ideal for learning secure authentication and cybersecurity concepts.
surajrai1390p-hue /
This is a professional-level Secure Login Web Application using: Python Flask SQLite Database bcrypt password hashing SQL Injection Protection Session Management Logout System Two-Factor Authentication (2FA) Email OTP Verification Input Validation Modern UI Production-ready structure