nym-vpn-client icon indicating copy to clipboard operation
nym-vpn-client copied to clipboard

Derive probe keys from known values

Open durch opened this issue 1 year ago • 0 comments

Adds two CLI args to derive probe keys. Both are set to default values so that existing setup continues to work, however it would be good to change them to something else. Key is derived from the master key and salt specified on the command line, and an index is derived from the tested node identity, this in practice means that all runs against the same node will have the same identity, and thats probably fine for now, it will make it easier to filter them out.


This change is Reviewable

durch avatar Mar 03 '25 12:03 durch