Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anders/pwgen
macOS password generator
https://github.com/anders/pwgen
objective-c password password-generator pwgen security
Last synced: 14 days ago
JSON representation
macOS password generator
- Host: GitHub
- URL: https://github.com/anders/pwgen
- Owner: anders
- Created: 2013-08-31T00:38:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T03:48:21.000Z (over 5 years ago)
- Last Synced: 2024-12-19T21:53:46.779Z (14 days ago)
- Topics: objective-c, password, password-generator, pwgen, security
- Language: Objective-C
- Homepage:
- Size: 55.7 KB
- Stars: 172
- Watchers: 11
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sf-pwgen
[![Build Status](https://travis-ci.org/anders/pwgen.svg?branch=master)](https://travis-ci.org/anders/pwgen)`sf-pwgen` is a command line tool which generates passwords using the
SecurityFoundation framework in macOS. It runs on Mountain Lion and later.sf-pwgen 1.5: macOS password generator
Anders Berghusage: ./sf-pwgen [options]
Available options are:
-a, --algorithm Available algorithms: memorable, random, letters, alphanumeric, numbers.
The default is `memorable'.
-c, --count The number of passwords to generate (default: 5).
-l, --length Desired length of the generated passwords (default: 12).
-L, --language Generate passwords in a specified language.
Languages: en, de, es, fr, it, nl, pt, jp.
Note that this feature is broken and will produce garbage, bug: rdar://14889281
-v, --version Print the version number and exit.
-h, --help Print this message.## SFPasswordAssistant.h
This project also includes SFPasswordAssistant.h, which is a
reverse-engineered header for Apple's password assistant API
(used in Keychain Access.app, etc). It should work on Snow Leopard
and above.To use it simply include `SFPasswordAssistant.h` in your project
and link to `SecurityFoundation.framework`.