securelyStoreBytes

fun securelyStoreBytes(secret: ByteArray, keyAlias: String): ByteArray

Encrypt the given secret using the android Keystore. On android >= M, will directly use the keystore to generate a symmetric key On android >= Lollipop and

The secret is encrypted using the following method: AES/GCM/NoPadding