mirror of https://github.com/rapiz1/rathole.git
9 lines
297 B
Markdown
9 lines
297 B
Markdown
# Security
|
|
|
|
## How to use the default noise transport
|
|
|
|
The default noise protocol pattern is `Noise_NK_25519_ChaChaPoly_BLAKE2s`. So a Curve25519 keypair is required.
|
|
|
|
### Generate a Curve25519 keypair
|
|
https://stackoverflow.com/questions/43546712/how-to-generate-a-curve25519-key-pair-in-terminal
|