diff options
Diffstat (limited to 'ssha.go')
-rw-r--r-- | ssha.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |