class ROTP::OTP

def byte_secret

def byte_secret
  Base32.decode(@secret)
end