in reply to
Re: Protecting passwords in source
in thread
Protecting passwords in source
However, this limitation can be readily circumvented by using md5crypt() instead (or, in Perl, Digest::MD5).
Comment on
Re^2: Protecting passwords in source
In Section
Seekers of Perl Wisdom