mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-02-21 07:37:20 +00:00
Compare commits
No commits in common. "778d6105c16c9079e1ef01fe0ff29eded41d619f" and "1abacca9bf038cea16066d6a2c38c45ec77b0a4d" have entirely different histories.
778d6105c1
...
1abacca9bf
@ -45,7 +45,7 @@ For more info, see [reticulum.network](https://reticulum.network/)
|
||||
- Initiator anonymity, communicate without revealing your identity
|
||||
- Asymmetric X25519 encryption and Ed25519 signatures as a basis for all communication
|
||||
- Forward Secrecy with ephemeral Elliptic Curve Diffie-Hellman keys on Curve25519
|
||||
- Reticulum uses the following format for encrypted tokens:
|
||||
- Reticulum uses the [Fernet](https://github.com/fernet/spec/blob/master/Spec.md) specification for on-the-wire / over-the-air encryption
|
||||
- Keys are ephemeral and derived from an ECDH key exchange on Curve25519
|
||||
- AES-128 in CBC mode with PKCS7 padding
|
||||
- HMAC using SHA256 for authentication
|
||||
|
Loading…
x
Reference in New Issue
Block a user