rmunate /
PHP2JS
π Seamless Integration: PHP2JS π Effortlessly share PHP Laravel values with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS. π»β¨
68/100 healthLoading repository dataβ¦
Ahmad-fahim-dev / repository
π Just built a complete Password Manager Web App using Python & Flask! As a learning project, I created a secure local password manager with: π Master password authentication ποΈ Encrypted credential storage (Fernet + PBKDF2) π Clean frontend using HTML/CSS/JS βοΈ Full CRUD API with Flask πΎ SQLite backend + export option
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A single-user local Password Manager web application built with Python Flask. This application securely stores, views, adds, edits, and deletes credentials with encryption at rest.
Install Python 3.10+ if not already installed
Create a virtual environment (recommended):
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
Run the application:
python app.py
Access the application:
Open your browser and go to http://localhost:5000
First Run:
Adding Credentials:
Viewing Credentials:
Editing Credentials:
Deleting Credentials:
Searching:
Exporting Data:
β οΈ Educational Purposes Only: This is a learning application. For production use:
password-manager/
βββ app.py # Flask application
βββ requirements.txt # Python dependencies
βββ README.md # This file
βββ templates/
β βββ index.html # Frontend UI
βββ password_manager.db # SQLite database (created automatically)
POST /api/register - Register with master passwordPOST /api/login - Login with master passwordPOST /api/logout - LogoutGET /api/credentials - Get all credentials (without passwords)POST /api/credentials - Add new credentialGET /api/credentials/<id> - Get specific credential (with decrypted password)PUT /api/credentials/<id> - Update credentialDELETE /api/credentials/<id> - Delete credentialGET /api/export - Export all credentialsThis project is for educational purposes only.
Selected from shared topics, language and repository descriptionβnot editorial ratings.
rmunate /
π Seamless Integration: PHP2JS π Effortlessly share PHP Laravel values with external JavaScript files using just one command, thanks to the seamless integration of PHP2JS. π»β¨
68/100 healthPrakashchandra-007 /
Humbble is an open-source dating app built with React Native + Expo, designed as a free alternative to Bumble. It lets users swipe, match, and chat while prioritizing privacy, inclusivity, and transparencyβno hidden fees, just real connections. ππ
82/100 healthAbhishek-Mallick /
Project scaffolding just got easier β streamline your development with Universal-Box's pre-built templates and one-click deployment! π
72/100 healthHazrat-Ali9 /
π Data π Engineer π is a comprehensive π collection of π real world π projects tools π and concepts π tailored to β help you become π a skilled Data πΈ Engineer Whether π’ you're just π starting out or π refining your π expertise this π repo gives π you hands on πͺ experience with π modern data architecture and engineering practices.
61/100 healthpuntorigen /
Light up your lost JS/TS source code with Recover-Source! π This handy CLI tool recovers and revives your original source code from a directory packed with minified/uglified .js or .ts files, including their respective sourcemap files. Reveal the original beauty of your code, just as it was before the compilation process. Happy code hunting! π΅οΈββ
53/100 healthlokeshloki65 /
π Just completed LearnPro β an E-Learning Platform with Firebase Auth, progress tracking, and responsive UI! π» Built using HTML, CSS, JavaScript & Firebase (view live demo avalible)
40/100 health