- <?php
- $x = 0;
- for ($i=0; $i < $len; $i++) {
- if ($x == $klen){
- $x = 0;
- }
- $char .= $key[$x];
- $x+=1;
- }
- for($i = 0; $i < $len; $i ++){
- }
- print($data);
- ?>
decrypt
Posted by Anonymous on Fri 2nd Dec 2022 14:04
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.