How to: |
The ENCRYPT function encrypts an alphanumeric input value using the encryption algorithm configured in the server. The result is returned as variable length alphanumeric.
ENCRYPT(password)
where:
Fixed length alphanumeric
Is the value to be encrypted.
ENCRYPT encrypts the password guestpassword.
ENCRYPT('guestpassword')
The returned encrypted value is {AES}963AFA754E1763ABE697E8C5E764115E.
WebFOCUS | |
Feedback |