From 67fa504e20095d9acd5537b46f604ce8baa4e44a Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 19 Jan 2020 13:00:53 +0100 Subject: Add ldapserver source in here & add support for client state --- ssha.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ssha.go') diff --git a/ssha.go b/ssha.go index 203b994..f1c5a8b 100644 --- a/ssha.go +++ b/ssha.go @@ -1,11 +1,11 @@ package main import ( - "fmt" "bytes" - "math/rand" - "encoding/base64" "crypto/sha1" + "encoding/base64" + "fmt" + "math/rand" ) // Encode encodes the []byte of raw password -- cgit v1.2.3