Skip to content

Commit

Permalink
#314 compatibility with xpra 6.2 AES
Browse files Browse the repository at this point in the history
tell the server that we can't handle stream mode, so that it will send a new iv with every encryption 'session'
  • Loading branch information
totaam committed Oct 7, 2024
1 parent e693298 commit 842fd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html5/js/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1499,6 +1499,7 @@ class XpraClient {
"key_stretch_iterations": 1000,
"padding.options": ["PKCS#7"],
"always-pad": true,
"stream": false,
}
}

Expand Down

0 comments on commit 842fd3c

Please sign in to comment.