EasyByte Software

Welcome to EasyByte Software

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

 

 

InputText Property
 
     

Cryptocx v7 User Guide

 

InputText Property

This is the property that you set for the string (text) for Cryptocx to encrypt or decrypt.

 

Description

Specifies some text to encrypt or decrypt, this property is a string data type.

     
Syntax

object.InputText [= x ]

The syntax of the InputText property has these parts:

 
Part Description
object A Cryptocx v7 control.
x A string expression that is the text (string) to be encrypted or decrypted.

       
Default ""   (empty string)
       
Remarks You can specify plain text to InputText that needs to be encrypted or you can specify some encrypted text to InputText that needs to be decrypted.
     
Data Type

String

     
Example Sample Visual Basic Code showing blowfish encryption:

Where Cryptocx1 is an instance of a Cryptocx Control.

Cryptocx1.Password = "My Password"
Cryptocx1.InputText = "Hello there!"
txtBlowEnc.Text = Cryptocx1.EncBlowFish128

 

 

 

 

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