Authentication checker converted to store passwords as bcrypt hashes

This commit is contained in:
Bernhard Froehlich
2018-12-28 15:18:50 +00:00
parent 0df376e54a
commit 76a04a2001
4 changed files with 9 additions and 3 deletions

1
go.mod
View File

@@ -3,4 +3,5 @@ module code.bluelife.at/decke/smtp-proxy
require (
github.com/chrj/smtpd v0.1.2
github.com/vharitonsky/iniflags v0.0.0-20180513140207-a33cd0b5f3de
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
)