Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Start by creating a field to store your encryption value (You can store this value wherever you like but a field does the job nicely)

2. In your Web Page or Reusable Part encrypt the value entered by the user like this:

     * Use default value for encryption
#XSPasswordEncrypted := #XSPassword.Encrypt( #XSEncryptKey )

...