Skip to content

T13nn3s/HTTP-Digest-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

HTTP Digest Authentication

This Powershell function generates contents for the .htdigest file for your Web Server to perform HTTP Digest Authentication. This tool encrypts the password in an MD5-hash and will add the username and realm so that it is usable in a .htdigest file. As icing on the cake, this script updates your .htdigest file.

How to use

First, you need to load this function into your Powershell console.

Import-Module .\Add-HTTPDigestAuth.ps1

Call the function

Add-HTTPDigestAuth [-username] <String> [-realm] <String> [-password] <String> [<CommonParameters>]

Changelog

[1.0] 15 december 2017

Initial release

Information

HTTP Digest Authenticaton - RFC 2069 => https://tools.ietf.org/html/rfc2069

About

Powershell add HTTP Digest Authentication function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published