mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-03-14 16:19:59 +03:00
GenX25519 command - Create new X25519 keypair Help for command "GenX25519" Purpose: Create new X25519 keypair Description: Use this to create a new X25519 keypair, which can be used for WireGuard. Both the private and public key will be shown. The public key can be shared and is used to identify a peer. Also, it can always be retrieved from the private key using the GetPublicX25519 command. The private key should be kept in a secure place and never be shared. It cannot be recovered once lost. Usage: GenX25519 ========================================================================================== GetPublicX25519 command - Retrieve public X25519 key from a private one Help for command "GetPublicX25519" Purpose: Retrieve public X25519 key from a private one Description: Use this if you have a private X25519 key and want to get its corresponding public key. Usage: GetPublicX25519 [private] Parameters: private - The private X25519 key you want to get the corresponding public key of. |
||
---|---|---|
.. | ||
hamcore |