Nice! (DBO)

by Decom @, Wednesday, October 09, 2013, 14:11 (3844 days ago) @ Mid7night
edited by Decom, Wednesday, October 09, 2013, 14:15

Yeah, to reverse it quickly, I used the Interactive Ruby Shell. So from the command line, I just had to do:

irb
a = "==wM8...68EV".reverse
require 'base64'
Base64.decode64(a)

//Edit: included the Base64 decoding parts, as well


Complete thread:

 RSS Feed of thread