# File lib/sasl/base64.rb, line 28
    def self.decode64(data64)
      data64.unpack('m').first
    end