Re: md5 function and storable module

2003-12-11 Thread Yannick Warnier
Le jeu 11/12/2003 à 16:19, Dan Anderson a écrit : > Caveat Coder! Perl can be set up so that the @INC doesn't point to the > core modules. I have seen this on shared hosting, where (I assume) the > sys admin decided to use it as a way to secure the box. I don't get it. What would be my interest

Re: md5 function

2003-12-11 Thread Jeff 'japhy' Pinyan
On Dec 11, Dan Anderson said: >Caveat Coder! Perl can be set up so that the @INC doesn't point to the >core modules. I have seen this on shared hosting, where (I assume) the >sys admin decided to use it as a way to secure the box. > >Of course, if you use something like this: > >BEGIN { > unsh

Re: md5 function

2003-12-11 Thread Dan Anderson
On Thu, 2003-12-11 at 05:51, Randy W. Sims wrote: > On 12/11/2003 5:41 AM, Yannick Warnier wrote: > > > Hi all, > > > > Is there an easy function to apply an md5 to a string? (sha1 could also > > do) > > I've looked at the perl base functions and didn't find it but I would > > like to avoid the u

Re: md5 function

2003-12-11 Thread Yannick Warnier
Le jeu 11/12/2003 à 11:51, Randy W. Sims a écrit : > On 12/11/2003 5:41 AM, Yannick Warnier wrote: > > Is there an easy function to apply an md5 to a string? (sha1 could also > > do) > > I've looked at the perl base functions and didn't find it but I would > > like to avoid the use of modules as m

Re: md5 function

2003-12-11 Thread Randy W. Sims
On 12/11/2003 5:41 AM, Yannick Warnier wrote: Hi all, Is there an easy function to apply an md5 to a string? (sha1 could also do) I've looked at the perl base functions and didn't find it but I would like to avoid the use of modules as much as I can. Thanks, Yannick Digest::MD5 & Digest::SHA1 B

md5 function

2003-12-11 Thread Yannick Warnier
Hi all, Is there an easy function to apply an md5 to a string? (sha1 could also do) I've looked at the perl base functions and didn't find it but I would like to avoid the use of modules as much as I can. Thanks, Yannick -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m