Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://ggu.github.io/OSXPassGen/

A password generator for OS X that resides in the menu bar.
https://ggu.github.io/OSXPassGen/

macos password-generator popover swift

Last synced: 26 days ago
JSON representation

A password generator for OS X that resides in the menu bar.

Awesome Lists containing this project

README

        

# OSXPassGen
A password generator for macOS that resides in the menu bar. This was not made for serious use, but for learning macOS development.

# The Code
- AppDelegate.swift: manages the popover view controller (PassGenViewController) and status button in the menubar

- PassGenViewController.swift: holds the references to the UI

- PassGenViewController.xib: the popover menu

- Password.swift: the struct holding the logic for generating passwords

- Constants.swift: holds constant values (currently just strings, like tooltip)

- Utility.swift: holds static helper functions

# Screenshots