Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://ggu.github.io/OSXPassGen/
- Owner: ggu
- License: mit
- Created: 2015-12-12T03:52:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T03:28:46.000Z (over 6 years ago)
- Last Synced: 2024-08-04T09:05:57.480Z (4 months ago)
- Topics: macos, password-generator, popover, swift
- Language: Swift
- Homepage: http://ggu.github.io/OSXPassGen/
- Size: 1.88 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - OSXPassGen
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