To configure encrypted passwords:
-
Set pref_login_with_encrypted_password=true
-
In strings.xml, add:
<string name="app_password_encrypt_key">c10db38f021a660cb32896ce30faa128b40e8b2ac6618e4f0b732ba7f03d2c915</string>Note: the value for the app_password_encrypt_key should be retrieved via the Cantara Console.
Every single App has an encrypt key if this feature is enabled.
-
In AndroidManifest.xml, add:
<meta-data android:name="CantaraPasswordEncryptKey" android:value="@string/app_password_encrypt_key" />