AES feature
#7663
Replies: 1 comment 10 replies
-
RC4 is used for obfuscation. There is no confidentiality, as it's susceptible to man-in-the-middle attacks. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I request AES (military grade) encryption as an option for those who want to use encryption. Regardless if you are using a VPN or not.
The RC4 encryption is weak and thus not safe.
EDIT:
While it is remarkable for its simplicity and speed in software, multiple vulnerabilities have been discovered in RC4, rendering it insecure.
https://en.wikipedia.org/wiki/RC4
ECDSA is also an option. But something that is stronger than RC4 is definitely required.
Beta Was this translation helpful? Give feedback.
All reactions