module Roda::RodaPlugins::Base64_

def decode64(str)

def decode64(str)
  str.unpack1("m0")
end