Name : py-smbpasswd
| |
Version : 1.0.1
| Vendor : (none)
|
Release : 4pclos2013
| Date : 2013-08-15 07:46:12
|
Group : Development/Python
| Source RPM : py-smbpasswd-1.0.1-4pclos2013.src.rpm
|
Size : 0.02 MB
| |
Packager : Juan Luis Baptiste < jbaptiste_merlinux_org>
| |
Summary : NT/LM hash generation module for Python
|
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)
|
RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64 |