Sophie

Sophie

distrib > Mandriva > cooker > x86_64 > media > contrib-release-src > by-pkgid > 1a180a79fddeed08fefcb5abc941ad48

py-smbpasswd-1.0.1-7mdv2011.0.src.rpm

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)

Generated packages:

Other version of this rpm: