Sn.exe provides options for key management, signature generation, and signature verification.
For creating public and private key pair following command is used-
sn -k keyPair.snk
public key could be extracted using-
sn -p keyPair.snk publicKey.snk
I want to see the corresponding private key of the pair generated,
How can i do that ?