Created
August 17, 2020 23:27
-
-
Save NicolaiSoeborg/afc1c6081a6fee4f22c2edcc77ffe458 to your computer and use it in GitHub Desktop.
Tor notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ls ~/.tor/keys/ | |
| OR keys: | |
| * `secret_id_key` => identity key (PEM RSA private key) | |
| * `secret_onion_key` => ? (PEM RSA private key) | |
| * `secret_onion_key_ntor` => A relay's Curve25519 short-term onion key. | |
| ed25519 keys: | |
| * `ed25519_master_id_public_key` => The public part of a relay's Ed25519 permanent identity key. | |
| ed25519_master_id_secret_key | |
| ed25519_signing_cert | |
| ed25519_signing_secret_key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment