py-smbpasswd

Description

This module can generate both LANMAN and NT password hashes, suitable for use with Samba.

Sample usage import smbpasswd pwd = 'mypassword' print 'LANMAN hash is', smbpasswd.lmhash(pwd) print 'NT hash is', smbpasswd.nthash(pwd) print 'both hashes at once = %s:%s (lm:nt)' % smbpasswd.hash(pwd)

Application availability

This application is available from the following Mandriva media:

cooker i586 contrib-release - View package information
2008.0 i586 contrib-release - View package information
2008.0 x86_64 contrib-release - View package information
cooker x86_64 contrib-release - View package information

rpms - Mandriva RPMS
Version 1.7 last modified by Arkub on 02/04/2007 at 08:28

 


en

RSS

Creator: Arkub on 2007/03/31 23:53
(c) Mandriva 2007
18888888