During creating secondary google keystore key, I replaced it in b4a IDE without mining for password of original key. I was thinking that this is project related, and saved within one project because it's easily visible in IDE. I have no copy of password, later on I tried brute force and "smart dictionary brute force", but nothing helped so far.
Then on a copy of keystore file I changed password with method like this http://blog.blundell-apps.com/tut-change-alias-passwords-of-your-android-keystore/ ..
When I load it into b4a IDE and give it new password, pressing ok on "private sign key" dialog accepts them, and all looks ok.
But on compilation I get following error:
jarsigner: key associated with b4a not a private key
I tried "clean project" option, but result is same ..
Key signature in mentioned dialog of b4a IDE looks like this (some values for this post I replaced with xxx, others are original):
What seams to be a problem, why it says that this is not private key?
Then on a copy of keystore file I changed password with method like this http://blog.blundell-apps.com/tut-change-alias-passwords-of-your-android-keystore/ ..
When I load it into b4a IDE and give it new password, pressing ok on "private sign key" dialog accepts them, and all looks ok.
But on compilation I get following error:
jarsigner: key associated with b4a not a private key
I tried "clean project" option, but result is same ..
Key signature in mentioned dialog of b4a IDE looks like this (some values for this post I replaced with xxx, others are original):
Keystore type: JKS
Keystore provider: SUN
Your keystore contains 1 entry
Alias name: b4a
Creation date: 12.12.2013.
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=xxx, O=NoOrg, C=HR
Issuer: CN=xxx, O=NoOrg, C=HR
Serial number: xxx
Valid from: Thu Dec 12 20:26:18 CET 2013 until: Thu Apr 11 21:26:18 CEST 2052
Certificate fingerprints:
MD5: DD2:FE7...xxx
SHA1: 20:C7:56:C1...xxx
SHA256: B0F:7A...xxx
Signature algorithm name: SHA1withDSA
Version: 3
Extensions:
#1: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
0000: 22 3E DA 00 9E 31 6E C4 A0 F6 52 5C 5A B3 E3 36 ">...1n...R\Z..6
0010: 62 BC 95 E0 b...
]
]
*******************************************
What seams to be a problem, why it says that this is not private key?