Re: Retrieving Kerberos password hash

2014-10-07 Thread kannan rbk
Thank you for your valuable time :) On Tue, Oct 7, 2014 at 8:32 PM, Greg Hudson wrote: > On 10/07/2014 08:43 AM, kannan rbk wrote: >> Is there any way to get the password hash & salt from the kerberos server? > > The Kerberos protocol uses a very specific kind of "password hash" (the > RFC 3961 s

Re: Retrieving Kerberos password hash

2014-10-07 Thread Greg Hudson
On 10/07/2014 08:43 AM, kannan rbk wrote: > Is there any way to get the password hash & salt from the kerberos server? The Kerberos protocol uses a very specific kind of "password hash" (the RFC 3961 string-to-key operation), which may not be importable into other applications. It might be import