5 ms·
It took me exactly 20 seconds to get the email address behind this ... and I'm not a professional rebus solver. I just happen to know how a base64 and hex encod
by argarg 14y ago
It took me exactly 20 seconds to get the email address behind this ... and I'm not a professional rebus solver. I just happen to know how a base64 and hex encoded string looks like.
- msoad 14y agoI thought it's a new way of securing email addresses. I didn't even understood this is a puzzle!
- mahmoudimus 14y agoYou gave it away :P
- masonhensley 14y ago!gnihtyreve ton ,llew
- juskrey 14y agoOh no! Not another puzzle! ;)
- lifeisstillgood 14y agodammit - I thought I had decoded gibberish for 5 minutes there ! COuld not work out what I had done wrong. when you say 20 seconds did you reach for a bash command ? interested knowing which.
- argarg 14y agoNah I just googled for an online base64 decoder, then for a hex decoder.
- lifeisstillgood 14y agohah! so much for import base64!!
- solarkennedy 14y agoHere is some bash kinda: curl -s http://blog.balancedpayments.com/balanced-payments-operations-automated-testing-continuous-deployment-jenkins/ http://blog.balancedpayments.com/balanced-payments-operation... | html2text | grep -P '[^.*]=$' | head -n 1 | base64 -d | sed 's/../0x& /g' | xxd -r -c 100 | rev
- mahmoudimus 14y agoYou should apply. I'm looking for people like you :)
- 64bittechie 14y agoiwanttomakeadifference@balancedpayments.com I really wouldn't hire someone who wants to use grep to parse out html[1] :P Then again, I would not like to work for a place where engineers don't understand this ;) [1] http://stackoverflow.com/a/1732454/366152 http://stackoverflow.com/a/1732454/366152