Convert PHP code to Flash AS3

Ακυρώθηκε Αναρτήθηκε Apr 8, 2011 Πληρώθηκε κατά την παράδοση
Ακυρώθηκε Πληρώθηκε κατά την παράδοση

I need the following PHP function converted to AS3:

function _decrypt($buffer, $key) {

$decrypted = "";

$k2 = $key;

$k2 = $k2 * 3;

for ($i = 0; $i < strlen($buffer); $i += 4) {

$s = substr($buffer, $i, 4);

list($i2) = array_values(unpack("V", $s)); // little endian

$i2 = $i2 ^ $k2;

$s2 = pack("V", $i2);

$decrypted .= $s2;

}

$decrypted = strrev($decrypted);

return $decrypted;

}

You can test your routine against the output at :

[login to view URL]{any number between 20,000 and 50000}

ex; [login to view URL]

'k' is the value used in $key in the PHP code above.

To see the unencoded output, set k to 0 (k=0).

I am also including the PHP and test XML file that you find at getConfig.php. The [login to view URL] file has the encryption routine.

The firsts bidder to provide a working example will win the bid.

The working example should be an SWF file that allows me to enter the full URL including the KEY and shows the the decoded text in a textfield.

Maximum bid allowed will be $30.

Adobe Flash PHP Αρχιτεκτονική Λογισμικού

Ταυτότητα Εργασίας: #1016863

Σχετικά με την εργασία

1 πρόταση Απομακρυσμένη εργασία Ενεργό Apr 13, 2011

1 freelancer κάνει προσφορά κατά μέσο όρο $30 για αυτή τη δουλειά

IrisBlaze

Consider it done!

$30 USD σε 1 μέρα
(9 Αξιολογήσεις)
4.8