-
Notifications
You must be signed in to change notification settings - Fork 43
Password format option #13
Comments
Would it be possible to revisit this now? |
Yep. Plan is to release 1.2.4 as a last bugfix release, then for 1.3 I'm ditching 10.5 and 10.6 support. Busy with AutoDMG at the moment though. |
Ping! I know the whole package is up for adoption, but any pointers on where to start on a PR? https://magervalp.github.io/2016/12/07/createuserpkg-up-for-adoption.html |
First there's some detective work that needs to be done to determine what the current format is for CreateUserPkg/CreateUserPkg/CUPDocument.m Lines 102 to 130 in 1c4fcee
|
I don't know Obj-C at all, so I might not be able to provide a PR. Some notes on what I've learned, in case it's useful to anyone: The new The https://github.com/dayglojesus/macadmin/blob/b35d0bec2b5299b6d2813726ddff0e3ae5d28c4d/lib/macadmin/shadowhash.rb#L199 Here's an example ShadowHashData file with the Base64 blobs replaced by all
|
Add an option to store the password in salted SHA1 (10.5+) or PBKDF2 (10.7+) format. Salted SHA1 might not be secure enough for some environments.
The text was updated successfully, but these errors were encountered: