google / macops

Utilities, tools, and scripts for managing and tracking a fleet of Macintoshes in a corporate environment
Apache License 2.0
819 stars 86 forks source link

KeychainMinderAgent #47

Closed tburgin closed 8 years ago

tburgin commented 9 years ago

https://github.com/google/macops/issues/46

tburgin commented 9 years ago

What are your thoughts on exposing the password length?

[self.currentPassword setStringValue:inPassword];

We could alternatively store the password in a @property and just fill in the GUI with junk.

[self.currentPassword setStringValue:@"************"];