Is there a Cocoa/Unix API into macOS' "Memorable" password generator? Is there a Cocoa/Unix API into macOS' "Memorable" password generator? unix unix

Is there a Cocoa/Unix API into macOS' "Memorable" password generator?


Answering my own question: Yes, it's in the SecurityFoundation framework, it's simple and easy to use, and Anders Bergh has wrapped it up nicely in a command line utility:

https://github.com/anders/pwgen/blob/master/sf-pwgen.m