wp-http-digest

wp-http-digest is a WordPress plugin that enables you to store the WordPress passwords in a format that is compatible with HTTP digest authentication

Author:Martin Monperrus (profile at wordpress.org)
WordPress version required:?
WordPress version tested:trunk
Plugin version:0.1
Added to WordPress repository:23-06-2011
Last updated:24-06-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.monperrus.net/martin/wp-http-diges...
Total downloads:544
plugin download
Click to start download

wp-http-digest is a WordPress plugin that enables you to store the WordPress passwords in a format that is compatible with HTTP digest authentication. The advantages of this approach is that it enables you to build and integrate services using HTTP digest authentication on top of standard wordpress accounts. The passwords are stored in the database as md5(username:realm:password), which is called the HA1 hash.