Skip to content

imxdmeo/securityfoundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecurityFoundation

Reverse-engineered header for Apple's password assistant API.

Simply include SecurityFoundation/SFPasswordAssistant.h in your project and link to SecurityFoundation.framework.

pwgen is an example CLI application which generates passwords:

usage: ./pwgen [options]

Option:          Meaning:
  -a, --algorithm  Available algorithms: memorable, random
                   letters, alphanumeric, numbers.
  -c, --count      The number of passwords to generate.
                   The default is `memorable'.
  -l, --length     Desired length of the generated passwords.
  -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
  -h, --help       Prints this message.

About

OS X password generation API + tool (pwgen)

Resources

Stars

Watchers

Forks

Packages

No packages published