Jump to content
io.kent

Punk Crypter

Recommended Posts

Posted

thump_8199749sin-ttulo.png

Date and Time: 12/23/2012 10:07:18 PM

File Name: crypted.exe

File Size: 122896 Bytes

MD5: ae0136d98deaddc2004759a47341b92f

SHA1: cc1a1ebbe430641e83d674a07eb46724e16d6ef2

Detection: 1 of 35 (3%)

Status: INFECTED

AVG Free - Clean!

ArcaVir - Clean!

Avast 5 - Clean!

AntiVir (Avira) - TR/Dropper.Gen

BitDefender - Clean!

VirusBuster Internet Security - Clean!

Clam Antivirus - Clean!

COMODO Internet Security - Clean!

Dr.Web - Clean!

eTrust-Vet - Clean!

F-PROT Antivirus - Clean!

F-Secure Internet Security - Clean!

G Data - Clean!

IKARUS Security - Clean!

Kaspersky Antivirus - Clean!

McAfee - Clean!

MS Security Essentials - Clean!

ESET NOD32 - Clean!

Norman - Clean!

Norton Antivirus - Clean!

Panda Security - Clean!

A-Squared - Clean!

Quick Heal Antivirus - Clean!

Solo Antivirus - Clean!

Sophos - Clean!

Trend Micro Internet Security - Clean!

VBA32 Antivirus - Clean!

Vexira Antivirus - Clean!

Zoner AntiVirus - Clean!

Ad-Aware - Clean!

BullGuard - Clean!

Immunet Antivirus - Clean!

K7 Ultimate - Clean!

NANO Antivirus - Clean!

VIPRE - Clean!

download : Zippyshare.com - probando.rar

Pass: 233211ay

Crypt:Lgpay AtinLay

Enjoy...

craciun fericit baietii..

Posted
parola nu e buna

Ba e buna :)

Algoritmul de cryptare arata cam asa (PHP) :

...

function encrypt($word) {

if (isVowel(substr($word,0,1))) {

echo "$word" . "way ";

}

else {

echo moveLetter($word) . "ay ";

}

}

// Recursive function to take off a non vowel letter and put it on the end

// Recall the function until a vowel is encountered and then return the word.

function moveLetter(&$word) {

if (!isVowel(substr($word,0,1))) {

$chLetter = strtolower(substr($word,0,1));

$word = substr($word,1) . $chLetter;

return moveLetter($word);

}

else { return $word; }

}

Decodarea se face exact invers :)

Succes!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...