# File lib/net/http/digest_auth.rb, line 156 def make_cnonce Digest::MD5.hexdigest "%x" % (Time.now.to_i + rand(65535)) end