https://github.com/jolovicdev/lockloom
LockLoom: A secure, lightweight password manager with an intuitive interface. Easily manage, generate, and store passwords locally with encryption. Perfect for personal and small-scale use
https://github.com/jolovicdev/lockloom
Last synced: 11 months ago
JSON representation
LockLoom: A secure, lightweight password manager with an intuitive interface. Easily manage, generate, and store passwords locally with encryption. Perfect for personal and small-scale use
- Host: GitHub
- URL: https://github.com/jolovicdev/lockloom
- Owner: jolovicdev
- Created: 2025-01-01T16:46:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-01T16:59:02.000Z (about 1 year ago)
- Last Synced: 2025-01-01T17:36:55.543Z (about 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LockLoom Password Manager 🔒
A secure, modern password manager built with Python and NiceGUI.
## Features
Strong encryption (AES-256)
Modern, intuitive interface
Password generator
Password health check
Cross-platform support
Quick search & filtering
## Quick Start
1. Install dependencies:
```bash
pip install -r requirements.txt
```
2. Run the app:
```bash
python main.py
```
## Security Features
- AES-256 encryption
- Bcrypt password hashing
- Auto-clearing clipboard
- Session timeout
- Rate limiting
- Input sanitization
## Development
Run tests:
```bash
python -m unittest discover tests/ --verbose
```
## License
MIT License