nextcloud / passman-android

:key: Android app for Passman.
https://passman.cc
GNU General Public License v3.0
92 stars 30 forks source link

fix KeyStore initialization #124

Closed binsky08 closed 2 years ago

binsky08 commented 2 years ago

the removed line keyStore.setKeyEntry(KEY_ALIAS, key, null, null); overwrote the key that was generated and automatically saved by generateKey(). that caused a null pointer exception since Android API 31