Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value
Asked Answered
P

1

7

Android Studio Arctic Fox seems introduced a lot of bugs including creation of Key Store.

enter image description here

I confirmed that all passwords are correct. There is also an issue when a key store password is different from key password another error is thrown.

Warning:  Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.

But what we don't understand is before we were able to release and deliver apps where key store password and key password are different and we still use that jks file up today when updating our apps. Is this a part of mandatory update due to overlooking the possibility migration from jks to pkcs12?

Ponzo answered 23/3, 2021 at 19:43 Comment(2)
web.archive.org/web/20210326203837/https://… says to not use different passwords! ...as a workaround. A temporary one?Eidolon
Related question - Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value. in Android StudioMotte
Q
0

This might be caused when a symmetric key is stored in the keystore of type PKCS12. You cannot have a password for the key you store in this type of keystore.

Quintessa answered 12/7, 2023 at 5:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.