Quantcast
Channel: sshnet Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1026

Edited Issue: Stuck loop on key exchange using arcfour encryption [1922]

$
0
0
arcfour - Arc4Cipher.cs line 164
for (byte i = 0; i < STATE_LENGTH; i++)
Where STATE_LENGTH is 256.

Reinitalizes i to 0 (due to i being a byte), causes endless loop on key exchange till server timeout when using arcfour encryption.

Viewing all articles
Browse latest Browse all 1026

Trending Articles