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