calculating md5 in Perl
use Digest::MD5 qw(md5 md5_hex md5_base64);
$digest = md5($data); #binary
$digest = md5_hex($data); #hexadecimal
$digest = md5_base64($data); #base64 encoded



me
jamesmcm
Can
Kelmi
ysg
dannymo2
chorny
wallie
Hackdemian
impomatic
dannyboy
sundaramkumar
mattrmiller
Pio
i_kenneth
ASmith
ctiggerf
sehrgut
bertheymans
SCoon
There are currently no comments for this snippet.