# File lib/ezcrypto.rb, line 90 def self.decode(encoded,options = {}) Key.new(Base64.decode64(encoded),options) end