Advertisement
Guest User

Untitled

a guest
Dec 14th, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.17 KB | None | 0 0
  1. #!/bin/env ruby
  2. require 'base64'
  3.  
  4. text = "\x4e\x7a\x4d\x6c\x4e\x6a\x4d\x6c\x4e\x6a\x4d\x6c\x4e\x6a\x4d\x6c"
  5.  
  6. decode = Base64.decode64(text).reverse.gsub /%3/, ''
  7. puts decode
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement