I have a question regarding blowfish-cbc cipher instance.
I was wondering if anyone has come across this issue.
My program will be running fine for hours or even days without this occurring, but every once in a while, it will get stuck on this part:
My application will just sit there doing nothing till I shut it down and restart it.
Does anyone know the reason for this?
Thanks!!
I was wondering if anyone has come across this issue.
My program will be running fine for hours or even days without this occurring, but every once in a while, it will get stuck on this part:
Code:
INFO: Creating new blowfish-cbc cipher instance. Jan 31, 2014 3:11:09 PM com.sshtools.j2ssh.transport.cipher.SshCipherFactory new Instance INFO: Creating new blowfish-cbc cipher instance
Does anyone know the reason for this?
Thanks!!