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

https://github.com/barturba/fastpw2

A lightweight, local-first password manager. AES-256 encryption. No cloud storage. No telemetry.
https://github.com/barturba/fastpw2

cross-platform desktop-app electron encryption local-first offline-first password-manager passwords privacy security

Last synced: 2 months ago
JSON representation

A lightweight, local-first password manager. AES-256 encryption. No cloud storage. No telemetry.

Awesome Lists containing this project

README

          

# FastPW2

A lightweight, local-first password manager. AES-256 encryption. No cloud storage. No telemetry.

## Quick start
```bash
npm install
npm start
```

## Build & Release
```bash
npm run build # Current OS
npm run dist # All platforms (macOS, Windows, Linux)
npm run release # Publish (requires GitHub token)
```

## License
MIT