]> git.pld-linux.org Git - packages/mythplugins.git/blob - htdigest.sh
- fix shebangs and files, rel 11
[packages/mythplugins.git] / htdigest.sh
1 #!/bin/sh
2 user=$1
3 realm=$2
4 pass=$3
5 hash=`echo -n "$user:$realm:$pass" | md5sum | cut -b -32`
6 echo "$user:$realm:$hash"
This page took 0.019915 seconds and 3 git commands to generate.