encryptedPreferences

The preferences stored inside, in encrypted form.

This object has the form (algorithm),(key salt),(encrypted preferences json). The preferences JSON is encrypted with the provided algorithm (a java description) and a key generated by performing PBKDF2 on the password with the provided salt.

If null, the backup might be unencrypted; check preferences.