Hi All,
Anyone know how to change a data key in a plist file? I am trying to change the ShadowHashData key in the user's plist file in terminal. So for example:
ShadowHashData = (
<1111 11111 1111>
)
and I want to change it to
ShadowHastHdata = (
<22222 22222 2222 2222>
).
Anyone know the syntax on performing this task?
