Hi! I am writing a script that would allow users to change their UNIX password on the web. I was able use the crypt function to compare their current password, however I can not use it to change the entered password to encryption and then save it to a string, so that I can modify the password file. Can someone please help me out?
Thanks
Paav