# File lib/taps/utils.rb, line 37
  def base64decode(data)
    data.unpack("m").first
  end