ue.3060
Encrypts a character string.
Syntax
result = oconv(variable, 'u3060')
Description
encrypts a character string. This is the same user exit called by the 'password' program.
The result is always an 8-character hex string.
Example
a = 'FRED'
b = oconv(a, 'u3060')
(b = '8F7D5A29')
a = 'fred'
b = oconv(a, 'u3060')
(b = 'D3575E89')
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
