java.security.NoSuchAlgorithmException: Cannot find any provider supporting Blowfish/CBC/NoPadding
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 807549, 1 year ago
via sshtools by *anonymous
, 1 year agovia sshtools by galipkaya
, 1 year agovia wordpress.com by Unknown author, 1 year ago
via Oracle Community by 800371, 1 year ago
via Stack Overflow by vesuvian7
, 1 year agojava.security.NoSuchAlgorithmException: Cannot find any provider supporting Blowfish/CBC/NoPadding
at javax.crypto.Cipher.getInstance(DashoA6275)
at com.sshtools.j2ssh.transport.cipher.BlowfishCbc.init(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolClient.setupNewKeys(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.completeKeyExchange(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.sendNewKeys(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.beginKeyExchange(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.onMsgKexInit(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.processMessages(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.startBinaryPacketProtocol(Unknown Source)
at com.sshtools.j2ssh.transport.TransportProtocolCommon.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)