Skip to main content

NIM

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
  1. Create a new mapping or open your existing mapping

  2. Set hashFunction to a contant value of nimCrypt

    GoogleHashMapping04.png
  3. Set your password

    GoogleHashMapping05.png