When the BlowfishStringEncrypt method runs,
after encryption has taken place the encrypted text is base64
encoded. This means that the encrypted text can be displayed in a
text box.
If this was not done, then the
encrypted text would not be able to be displayed in a text box as
the non printable ASCII would be ignored.
The InputText property allows you
to set the text to be encrypted.
You also need to specify the Password
to use.
If you specify a Password that is not 56 characters in length when encrypting (448 bit encryption) Cryptocx will use SHA hashing to create a 56 character password, using your initial password as the seed for SHA.
|