Google Password Complexity
When building applications or filters in NIM, you might sometimes encounter issues where the passwords you intend to use do not meet the password complexity requirements set by Google. To resolve this, you can employ hashing techniques to ensure the password adheres to the necessary standards, thus maintaining the desired password structure. Hashing transforms the original password into a complex string, making it compatible with Google's requirements.
Configure your Mappings in the way described below to implement this method.
Hash password via mapping
Create a new mapping or open your existing mapping
Set hashFunction to a constant value of
nimCrypt
Set your password value.
Note
When using the
nimCrypt
hashing function, you must provide a plain-text value for the password property. Do not supply a hashed or encrypted value.
