We’ve added a new input field type for pages: password.
This obscures input when users type in it, for security:
To avoid sensitive data appearing directly in event data, you can control how to store the input value. For anything consequential, we recommend encrypting the value – ideally using an asymmetric approach like RSA_ENCRYPT
or RSA_AES_HYBRID_ENCRYPT
: