Re: [python-win32] Resetting passwords

2015-01-20 Thread Tim Roberts
On Jan 19, 2015, at 2:30 PM, Vernon D. Cole wrote: > > Is there a way to (re)set Windows passwords using a pre-computed hash? > > I can use win32net.NetUserSetInfo() to reset a password, if I use the plain > text of the password. My goal is to remotely set passwords on an arbitrary > group of

[python-win32] Resetting passwords

2015-01-19 Thread Vernon D. Cole
As an aside to the recent discussion on storing passwords... Is there a way to (re)set Windows passwords using a pre-computed hash? I can use win32net.NetUserSetInfo() to reset a password, if I use the plain text of the password. My goal is to remotely set passwords on an arbitrary group of Windo