# File lib/authlogic/random.rb, line 12
      def hex_token
        SecureRandom.hex(64)
      end