Right now, we use pkcs12 with a hardcoded password of 'changeit'. On Android and iOS, we use Secure Enclaves, leaving a large security gap between mobile and desktop.
It would be ideal to get the key automatically, without having to prompt user for a password. I looked into this library, but the fact that any java app can get the keys is not great.
Right now, we use pkcs12 with a hardcoded password of 'changeit'. On Android and iOS, we use Secure Enclaves, leaving a large security gap between mobile and desktop.