EasyByte Software

Welcome to EasyByte Software

Home Buy Online Products Downloads Support
Sections
Index
About
Installation
Properties
Methods
ASP and dotNET
Further Information
  

 

 

KeySize Property
 
     

Cryptocx v7 User Guide

 

KeySize Property

This is the property that you set for the key size of PGP keys that are generated by Cryptocx.

You can specify a value from 1024 to 4096.

When generating keys, the higher the value the stronger the encryption will be using that key, but the longer it will take. It will also take much longer to generate the keys, the higher the keysize is.

 

Description

Specifies the key size of the keys to generate.

     
Syntax

object.KeySize [= keySize ]

The syntax of the KeySize property has these parts:

 
Part Description
object A Cryptocx v7 control.
KeySize A string expression that specifies the size of key to generate.

       
Default ""   (empty string)
       
Remarks It is usual to use one of the binary numbers for the key size.


1024
2048
4096

     
Data Type

String

     
Example Sample Visual Basic Code:

Where Cryptocx1 is an instance of a Cryptocx Control.

 

Cryptocx1.Password = "My Password"
Cryptocx1.KeyID = "fred"
Cryptocx1.KeySize = "1024"
Cryptocx1.KeyType = "DH/DSS"
Cryptocx1.KeyFolder = "C:\folder"

x = Cryptocx1.PGPGenKeys

 

 

 

 

Back to Contents Page

 

Click here to set this great site as your home page

Or click here to add it to your Favorites.

  
  
 

Copyright (c) EasyByte Software 1998-2008, info@easybyte.com