Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Decoding multiline reversed base64 string automatically

$
0
0
encoded string in base64

LnNlbHBtYXhlIGVzdSBvdCBlZXJmIGxlZUYgLnNldGlzYmV3IGNpZmZhcnQgaGdpaCBubyBub2l0YXNpbGFtcm9uZWQgZm8gdHBlY25vYyBlaHQgZWJpcmNzZUQgLjQ=
ZWxpZiBlbm8gbmkgZWIgdHN1TSApaXYgICAg

	s = 'ZWxpZiBlbm8gbmkgZWIgdHN1TSApaXYgICAg'
        s = s.decode('base64', 'strict')
	 
	print s[::-1]



i have to decode this string and in proper order
how to make both the strings decode at the same time without manual feeding

Viewing all articles
Browse latest Browse all 51036

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>