This is how I solved it. Thank you Doctor.
Looked at the source and copied ‘intPass’,
into IPython.
The following python decoded it for me
‘’.join(chr(int©) for c in intPass.split(’,’))
This is how I solved it. Thank you Doctor.
Looked at the source and copied ‘intPass’,
into IPython.
The following python decoded it for me
‘’.join(chr(int©) for c in intPass.split(’,’))