Skip to content

alectrona/menu-bar-pass-gen

Repository files navigation

MenuBarPassGen

A SwiftUI macOS Menu Bar app for generating secure passwords.

How It Works

MenuBarPassGen uses the free PasswordWolf API to generate secure passwords. The app allows you to configure how many passwords are retrieved from the API in a single request for efficient API usage. While multiple passwords may be fetched at once, the app displays them one at a time in the menu bar interface.

Features

  • Simple menu bar interface that integrates seamlessly with macOS
  • Configurable password generation settings including length and character sets
  • Efficient API usage through batch requests to reduce API calls
  • One-click password generation and clipboard copying
  • Automatic clipboard clearing after 60 seconds for security
  • Smart cache clearing when password generation settings are changed

Building Package

To build a package of this app you can run the package.sh script:

cd /path/to/menu-bar-pass-gen
bash package.sh
# A new package will be built inside the build folder

About

A macOS menu bar app that can generate passwords.

Resources

License

Stars

Watchers

Forks

Packages

No packages published