Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > b89388abd9c00b6b8b27773ce3b942d9

py-smbpasswd-1.0-2mdk.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: