Changes between Version 3 and Version 4 of Encryption/AES
- Timestamp:
- 01/12/21 15:46:31 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encryption/AES
v3 v4 56 56 * `keydata=...` for plain text keys 57 57 }}} 58 59 60 {{{#!div class="box" 61 == Debugging == 62 63 To verify that your client connection is using AES, look for `cipher=AES`: 64 {{{ 65 xpra info | grep cipher= 66 }}} 67 68 To enable debugging, use the `-d crypto` command line option. 69 }}}