Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
992Proxy

Locked mEnDecryptMUR [Traducido By Metal]


Expermicid

Recommended Posts

[lenguaje=delphi]Function mEnDecryptMUR(sString, sPass: String): string;

var ilng: byte; i: integer;

begin

For I := 1 To Length(sString) do

begin

iLng:= ord(Copy(sPass, I Mod Length(sPass) + 1, 1)[1]);

Result := Result + Chr(ord(Copy(sString, I, 1)[1]) Xor iLng);

end;

end;[/lenguaje]

Edited by Expermicid
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.