Base 64 decode
Go to solution
Solved by Sauron,
You're always decoding the same value since you always pass $content to the function. Try this
<?php $input = file_get_contents("b64.txt"); $x = 0; while($x < 50) { $input = base64_decode ($input); $x++; } echo $input; ?>
-
Topics
-
kasdashd ·
Posted in Folding@home, Boinc, and Coin Mining0 -
0
-
4
-
Ishikudeska ·
Posted in New Builds and Planning0 -
0
-
Xxu ·
Posted in Servers, NAS, and Home Lab1 -
4
-
Issac Zachary ·
Posted in Troubleshooting5 -
4
-
PopsicleHustler ·
Posted in Audio4
-
-
play_circle_filled
Latest From ShortCircuit:
The coolest looking monitor. Period. - ASUS ROG display at Computex (Sponsored)

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now