Link to home
Start Free TrialLog in
Avatar of SiemensSEN
SiemensSEN

asked on

Linux version of cryptpw

Hello,
  We are migrating to SuSE linux from Solaris. I have  program that generate a password using the 'cryptpw' . I cannot find this functon in Suse Linux. What would be equivalent function?

 SALT=`/usr/bin/date +%S%M`
CRYPTPASS=`/usr/local/bin/cryptpw $PASSWORD $SALT`


Thanks
SOLUTION
Avatar of wesly_chen
wesly_chen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of Beverley Portlock
Beverley Portlock
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial