SSKKeypair
This is a message of the
Freenet Client Protocol 2.0 (FCP 2.0).
It is sent from the Freenet node to a client program in response to the client issuing a
GenerateSSK command.
Example
SSKKeypair
InsertURI=freenet:SSK@AKTTKG6YwjrHzWo67laRcoPqibyiTdyYufjVg54fBlWr,AwUSJG5ZS-FDZTqnt6skTzhxQe08T-fbKXj8aEHZsXM/
RequestURI=freenet:SSK@BnHXXv3Fa43w~~iz1tNUd~cj4OpUuDjVouOWZ5XlpX0,AwUSJG5ZS-FDZTqnt6skTzhxQe08T-fbKXj8aEHZsXM,AQABAAE/
Identifier=My Identifier from GenerateSSK
EndMessage
The InsertURI contains the private key, it is the URI you should use when inserting.
The RequestURI contains the public key, it is the URI you should distribute for people to request from.
It is possible to quickly go from the private key to the public key (by inserting something with
GetCHKOnly=true with the privkey, the node will tell you the corresponding pubkey request URI) but not vice versa.