2

The documentation tells how the transport layer is secured. But the only information about the device storage encryption is just that "it's encrypted".

Example for Android Resource Definition to Encrypt Storage on Android Devices

I guess it uses the Android's default encryption. Am I wrong?

If I'm right, is it possible to use another type of encryption/container? Such as veracrypt and similars...

Any clue will be appreciated.

Thanks in advance.

Regards.

Community
  • 1
  • 1
Flacid_Snake
  • 391
  • 2
  • 5
  • 16

1 Answers1

0

Currently it is done through the Android default as you mentioned. Have a look at the encryptStorage method found here[1] line number 685. There are no extension points provided here to plugin a new encryption mechanism.

[1]. https://github.com/wso2/product-emm/blob/master/modules/mobile-agents/android/client/client/src/main/java/org/wso2/emm/agent/services/Operation.java

Inosh Perera
  • 200
  • 2
  • 9