Is it possible to push encryption keys into Android Keystore via SOTI MobiControl?

YB
yassine barhaila
Gendarmerie Royale du Maroc (ADN)

Hello, I'm trying to determine whether it's possible to push encryption keys (e.g., AES, RSA) directly into the Android Keystore via SOTI MobiControl, so they can be used by an in-house application developed within our environment.

4 months ago
Android
ANSWERS
M
MMMOD
4 months ago

Hi Yassine,

SOTI MobiControl cannot directly push encryption keys into the Android Keystore. Instead, your in-house app must receive the encrypted key material and related parameters via a secure method, then use Android Keystore APIs to securely import or generate the key.

The Keystore then handles the secure decryption and storage of the key. SOTI MobiControl's role would be to securely deploy your application and potentially transport the encrypted key material and configuration parameters.