You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The biggest missing feature in TcMenu remote is the ability to encrypt connections, even on the local area network it is now quite common to protect data. This issue is to implement basic encryption that matches the Java API (and soon other APIs), that is AES 256 CBC mode. This provides great enough security even for internet use.
Confirm that the bug is in the embedded library
This is a library jira tracking a main feature.
Describe the solution you'd like
Ability to encrypt remote socket data using AES where it is available.