mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Add more trimming
This commit is contained in:
parent
7291d87398
commit
8fa40cf95c
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue