ue.3060

User Exit/BASIC Program, Releases: AP, OA/RT, R83 3.1, and R83 2.2

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

Command Name Type Description
basic.user.exits User Exit List of Pick/BASIC user exits.
tcl.password Verb: Access Modifies user/account password(s).

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.