in reply to Re: Re: Perl sources and crypt()
in thread Perl sources and crypt()
So? You completely missed the point.If not, way not change this in the future and put the file needed for crypt(), since is a useful function for passwords, specially on web.I can't imagine actually using crypt()...
No I didn't. If the point is to work with crypted passwords then the digest functions I mentioned blow this out of the water. If the point is to work with a passwd file then there are modules for that (but never having actually written anything to muck with /etc/passwd or /etc/master.passwd I don't know their names). Or then there is Apache passwd file - but there's a module for that.
Seeking Green geeks in Minnesota
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^3: Perl sources and crypt()
by Anonymous Monk on Feb 21, 2003 at 22:02 UTC | |
by diotalevi (Canon) on Feb 21, 2003 at 22:48 UTC | |
|
Re: Re^3: Perl sources and crypt()
by jasonk (Parson) on Feb 22, 2003 at 15:15 UTC |