Skip to content

Commit

Permalink
Security issue with Key and IV #90
Browse files Browse the repository at this point in the history
  • Loading branch information
zaharchenko committed Nov 7, 2019
1 parent 59fbed1 commit 2d1cd62
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ void initKey() {
iv = Base64.getDecoder().decode(encryptionIv);
}

log.info("Encryptor has been initialised with key {} and init vector {}",
imapConfig.getEncryptionKey(), imapConfig.getEncryptionIv()
);
log.info("Encryptor has been initialised");
}

@Override
Expand Down

0 comments on commit 2d1cd62

Please sign in to comment.