Hello again ![]()
My request is a little bit more than a simple copy and paste keys format for keys but they are somehow for better UX
1st on ML-KEM tab:
- A dropdown to choose between
native/xorpub/randomfor second block of decryption default tonative - Followed by a textfield with default of
600sfor 3rd block of decryption that is able to be changed manually to something like100s-500s - Next, a toggle for padding option (for advanced users), if disabled nothing will be append to final decryption string if enabled shows textfield(s) for it to be filled as user decides.
- Add a Both keys copiable block that adds creates the
encryption/decryptionblocks to be truly copied as one go based on the settings provided.
Currently for copying ML-KEM keys we need to copy each keys separately to a second editor/note/etc, append the prefixes then copy it back to config profile editor.
This is not a good approach for the UX that user expects and used to because it is completely different from X25519 and ML-DSA65 tabs.
2nd, on ECH keys:
- New tab on generator for ECH Keys
- A textfield that expects a domain name from user
- A toggle to choose between fixed ECHConfig string or DNS server (e.g.
udp://1.1.1.1) - A textfield if toggle was set to DNS server, to let user add the desired value for it
- Generates keys with
xray tls ech --serverName %DOMAIN%that providesechServerKeysandechConfigList’s fixed string - If toggle set to fixed config string, in copiable block it will be shown otherwise the dns server textfield will be applied.
Although it may introduce complications but it is for greater good and users will get used to it.
Let me know what you think.