Skip to content
Snippets Groups Projects
md5base64.pl 84 B

use Digest::MD5 
qw(md5_base64); 
my $var='adminPassword';
print md5_base64($var);