Sonu Kumar
05/19/2022, 1:51 PMCD
05/19/2022, 1:57 PMCD
05/19/2022, 1:57 PMLets you create a field that is encrypted in the database. When you view the record it will always show a fixed number of characters regardless of how long the password is. When validating, you pull the encrypted password value into a hidden field and use custom code to encrypt the value the user typed and compare it with the real encrypted value. Ensure that customizations do not improperly use sensitive fields.
Sonu Kumar
05/19/2022, 2:11 PMCD
05/19/2022, 2:32 PMCD
05/19/2022, 2:33 PMSonu Kumar
05/19/2022, 2:36 PMSonu Kumar
05/19/2022, 2:45 PMbattk
05/19/2022, 2:55 PMSonu Kumar
05/19/2022, 2:58 PMSonu Kumar
05/20/2022, 1:38 PM