Archived Forum Post

Index of archived forum posts

Question:

Encryption

Jan 11 '13 at 14:54

How do I create a public and private key using chilkat API. Every example shows ways to extract these from an already created file or a windows store.


Answer

What kind of key pair do you want to create? For example, the ChilkatRsa object has a GenerateKey method to generate an RSA public/private key pair of 384 to 4096 bits.