Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
I want to know some details on a device's data encryption?

This MDM supports device encryption or not?
by (220 points)

1 Answer

0 votes

In Headwind MDM, device data encryption is turned off. The reason is that in most cases the device encryption is not required, whereas the encryption significantly increases the device enrollment time.

I think it's a good idea to add the encryption option in the UI.

There's a workaround how you can turn on device data encryption. When you generate a QR code for the device enrollment, read it by some QR code reader, remove the attribute:

"android.app.extra.PROVISIONING_SKIP_ENCRYPTION":true

and pack the JSON back into the QR code.

This will turn on the device data encryption.

by (34.1k points)
...