Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Md5 Encrypter


sQuo

Recommended Posts

# Dev by CrashBandicot From TeaM MosTa

 

[LENGUAJE=perl]

#!/usr/bin/perl

# Dev by CrashBandicot From TeaM MosTa

# Gr33tz to "Boualem" - Saber-Dz - Ma3str0-Dz - CoupDeGrace - xMjhad - M-c0d3r - k2ll3d - tn_Scorpion - Tn_pirate - Kedans-DZ

use Digest::MD5;

use LWP::Simple;

use HTTP::Request;

system('cls');

system('title Md5 DecoDer from TeaM MosTa');

system('color a');

print "

\t

 

\t :::==== :::===== :::==== :::=======

\t :::==== ::: ::: === ::: === ===

\t === ====== ======== === === ===

\t === === === === === ===

\t === ======== === === === ===

 

\t:::======= :::==== :::=== :::==== :::====

\t::: === === ::: === ::: :::==== ::: ===

\t=== === === === === ===== === ========

\t=== === === === === === === ===

\t=== === ====== ====== === === ===

 

 

\n";

print "\tMd5 Encoder !!!!! \n";

print "\tby CrashBandicot From TeaM MosTa\n";

print "Enter text:";

$fuck=;

chomp $fuck;

print Digest::MD5->md5_hex("$fuck")

 

[/LENGUAJE]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.