PickBASIC / FlashBASIC
u3060 user exit
.mdThe u3060 user exit encrypts a character string. The result is always an 8-character hexadecimal string.
Syntax
result = oconv(var, ’u3060’)
Description
This is the same user exit called by the password program.
Note: There is no user exit to decrypt
a string.
The accepted practice is to input a string, encrypt it, and compare the two encrypted values for a match.