Add more trimming

This commit is contained in:
Zack Scholl 2017-10-17 21:52:27 -06:00
parent 7291d87398
commit 8fa40cf95c
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ func runClient(connectionType string, codePhrase string) {
return
}
fmt.Println("\n\ndecrypting...")
log.Debugf("codePhrase: %s", codePhrase)
log.Debugf("filefileSaltIV: %s", fileSalt)
log.Debugf("fileIV: %s", fileIV)
decrypted, err := Decrypt(encrypted, codePhrase, fileSalt, fileIV)
if err != nil {
log.Error(err)