An open API service indexing awesome lists of open source software.

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

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