Android Question The problem of EncryptText

goomoo

Member
Licensed User
Longtime User
Hi, all.

The problem of EncryptText
Dim bAccountEnc() As Byte = EncryptText("asdf1234","123456")
The following problems occurred during compilation:
Error description: Undeclared variable 'encrypttext' is used before it was assigned any value.

The prompt is the undeclared variable "encryptText".

The B4xEncryption library is checked. I don't know what the problem is.
 

Attachments

  • EncryptText_01_2021-06-17_124722.png
    EncryptText_01_2021-06-17_124722.png
    55.7 KB · Views: 132
Top