prasad514 wrote: > > hello all > iam doing the project pop3.At the time of authorization phase > in the project i require both username and password checking. > In my project the username checking is working correctly but > the problem with the password checking.From built-in structure, > struct passwd *pwd i got the username but for password it is > giving some encrypted password (X).I can't able to compare > this with the user entered password. > > so please give me the solution for this > > prasad
Is the encrypted password an md5sum hash? If so, then you should be able to md5sum the user's input and compare. Mark ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/0XFolB/TM --------------------------------------------------------------------~-> To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be removed. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/LINUX_Newbies/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
