Started on md5 auth.

Left to figure out:
Whats the right format to store user:pw in userlist?
hashmap errors?
actually do hash:x comparison
This commit is contained in:
Sven Elfgren
2022-03-04 11:41:32 -07:00
parent 1e8fa110ae
commit 5f745859c0
10 changed files with 213 additions and 9 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,5 @@
/target
*.deb
.idea/*
tests/ruby/.bundle/*
tests/ruby/vendor/*