Re: public key - WeOnlyDo Discussion board

Re: public key (General questions)

by Bertrand DEMARCQ, Thursday, April 17, 2008, 16:09 (5862 days ago) @ woddrazen

Hi gentlemens,

Any ideas to do that in C# ?


Dim key As Keys
Set key = New Keys

key.Generate RSAkey ' you can generate and save with wodKeys RSAkey or DSAkey
key.Save RSAkey, c:RSAprivate.txt , weonlydo ' weonlydo is password
key.PublicKeySave RSAkey, c:RSApublic.txt
Debug.Print key.PublicKeyOpenSSH(RSAkey)

Sincerely,
Bertrand


Complete thread: