I have a python 2.6 front end for creating users on a RedHat RHEL4.8 platform. I am using Pmw EntryField for the entry of user info including password. the issue i am having is I am unable to recreate the encryption of the password using the "Data Encryption Standard Algorithm" (DES). lookinf for a script that might perform this encryption so I can pass the encrypted password via useradd -p password
thanks for any help
thanks for any help
Comment