Cracking OSX Lion passwords
defenceindepth.net
Cracking OSX Lion passwords
1–10 of 82 posts
Re: Cracking OSX Lion passwords
#2There is no need to crack the password. You (as non-root user) can just reset the currently logged in user's password by calling:
dscl localhost -passwd /Search/Users/bob
Re: Cracking OSX Lion passwords
#3Re: Cracking OSX Lion passwords
#4Re: Cracking OSX Lion passwords
#5I suppose it's different if an unauthenticated user can perform a password change with the system powered on, but similar things can be done with Windows and a Linux live cd with some tools, and Linux passwords can be changed in "single user" mode.
Re: Cracking OSX Lion passwords
#6In the article, it mentions that the password are hashed using SHA-512. As has been mentioned before, using such a fast hashing scheme for passwords is a terrible idea. Any idea as to why they do it this way? (instead of using bcrypt)
Re: Cracking OSX Lion passwords
#7In the article, it mentions that the password are hashed using SHA-512. As has been mentioned before, using such a fast hashing scheme for passwords is a terrible idea. Any idea as to why they do it this way? (instead of using bcrypt)
(Sorry, I couldn't resist)
Re: Cracking OSX Lion passwords
#8In the article, it mentions that the password are hashed using SHA-512. As has been mentioned before, using such a fast hashing scheme for passwords is a terrible idea. Any idea as to why they do it this way? (instead of using bcrypt)
Also this is protecting desktop computers, where cracking hashes is not a common security problem. Getting the machine stolen in starbucks is probably much more common for this type of machine.
Re: Cracking OSX Lion passwords
#9TL;DR: There is no need to crack the password. You (as non-root user) can just reset the currently logged in user's password by calling: dscl localhost -passwd /Search/Users/bob