While solving a CTF I found a python file, but it gives output differently when executing it outside the remote server, I have am not certain why it is that way, I have also tried running is VScode but same errors occur.
File being executed in remote server –
File executed in local machine –
Even if I solve the print statement with
<code>print (cryptoResult)
</code>
<code>print (cryptoResult)
</code>
print (cryptoResult)
New problem arises –
Any help is appreciated.