https://github.com/charles-m-knox/go-fltk-diceware
A lightweight diceware-based password manager built in FLTK.
https://github.com/charles-m-knox/go-fltk-diceware
diceware diceware-password-generator fltk go golang lightweight minimal password-generator
Last synced: about 2 months ago
JSON representation
A lightweight diceware-based password manager built in FLTK.
- Host: GitHub
- URL: https://github.com/charles-m-knox/go-fltk-diceware
- Owner: charles-m-knox
- License: agpl-3.0
- Created: 2024-09-09T21:41:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T18:31:06.000Z (4 months ago)
- Last Synced: 2025-01-04T19:26:25.259Z (4 months ago)
- Topics: diceware, diceware-password-generator, fltk, go, golang, lightweight, minimal, password-generator
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-fltk-diceware
A simple diceware password generator, using FLTK for extremely minimal memory usage (11-15MB, 45MB with extended word list loaded).
Features dark/light mode and portrait/landscape mode that is responsive.
## Screenshots


## Installation
Go to the [releases page](https://github.com/charles-m-knox/go-fltk-diceware/releases) and download the latest version there. Place it anywhere in your `$PATH` and you're good to go.
## Development setup
This repository makes use of `git lfs` for tracking its word dictionaries. Please ensure you have it working.
To build, run
```bash
make build-prod
```To install to `~/.local/bin/`, run
```bash
make install
```## Flatpak note
It is possible to build a flatpak distribution of this application, but I don't currently have time to deal with the extra overhead, so the only recommended installation method is by building it yourself or downloading a precompiled binary from the releases page (if available).