Skip to content
Snippets Groups Projects

Modify internal password generation to base it off the user's password

Merged Richard T. Carback III requested to merge hotfix/internalPassword into project/HavenBeta
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -61,7 +61,7 @@ const (
// Error messages.
const (
// initInternalPassword
readInternalPasswordErr = "could not generate internal password: %+v"
readInternalPasswordErr = "could not generate"
internalPasswordNumBytesErr = "expected %d bytes for internal password, found %d bytes"
// getInternalPassword
Loading