When the AESStringEncrypt 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.
|