Top "Digest" questions

A hash function is any well-defined procedure or mathematical function that converts a large amount of data into a small datum, usually a single integer.

HttpClient 4.1.1 returns 401 when authenticating with NTLM, browsers work fine

I'm trying to use the Apache/Jakarta HttpClient 4.1.1 to connect to an arbitrary web page using the given credentials. To …

java iis httpclient ntlm digest
Apache HTTP client 4.3 credentials per request

I have been having a look to a digest authentication example at: http://hc.apache.org/httpcomponents-client-4.3.x/examples.html …

http credentials apache-httpclient-4.x digest apache-httpcomponents
Failure of SIP Proxy Authentication

I'm developing a SIP user agent application that connects to an Asterisk server and tries to do an outgoing call. …

sip digest digest-authentication jain-sip nonce
How to do request HTTP Digest auth with Node.JS?

I have to write some code with Node.JS for an API documentation, but I tried the last few days …

node.js httprequest digest digest-authentication http-digest
rails 4 image_tag is not linking to my digested image assets

In rails 4 my image_tag("assets/logo.png") is not linking to the file with digest, the assets are precompiled …

ruby-on-rails-4 asset-pipeline assets digest precompiled
What are the chances that two messages have the same MD5 digest and the same SHA1 digest?

Given two different messages, A and B (maybe 20-80 characters of text, if size matters at all), what is the …

math md5 sha1 digest hash-collision
Different results with Java's digest versus external utilities

I have written a simple Java class to generate the hash values of the Windows Calculator file. I am using …

java windows md5 digest wow64
PHP Digest HTTP Authentication example not working, why?

So I decided to use digest HTTP authentication for my REST API. I googled it and found an entry in …

php http authentication digest digest-authentication
Need help creating a valid nonce

I am trying to consume a web service that uses Password Digest mode, and I have these functions in my …

java web-services soap digest wsse
Rails 4 assets not found in production (digest path is OK)

I have problem with assets in production. I can't load stylesheets, javascripts or even images. When I try to access …

ruby-on-rails assets sprockets digest