Sample app to generate private/public keys (wodSSH / wodSSH.NET)
Is there a sample code which uses the KeyManager class to create private and public keys?
It seems to be easy to implement it by our own, but if it's already done, why should we do it again :)
Thanks,
Hannes
Re: Sample app to generate private/public keys
Noox,
which programming language? If you know how to initialize wodKeyManager, then it's just a matter of calling Generate method to make new keys.