Why does creating new blowfish-cbc cipher instance hang?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ndedhia1
    New Member
    • Jan 2009
    • 112

    #1

    Why does creating new blowfish-cbc cipher instance hang?

    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:

    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
    My application will just sit there doing nothing till I shut it down and restart it.

    Does anyone know the reason for this?

    Thanks!!
Working...