Android Question private key error while compiling

Gerrit van Ewijk

Member
Licensed User
Hello i'am a beginner in B4a now i have made a little program that i want to compile in release mode
I HAVE MADE A PRIVATE KEY BUT the problem is that I GET AN error during the release compiling .
THE ERROR IS =>
jarsigner error: java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
<=
IS SOMEONE FAMILAIR WITH THIS PROBLEM !
THANKS FOR READING THIS , I HOPE SOMEONE CAN HELP ME TO FIX THIS PROBLEM
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Erel is right : it is the JDK version. Installing the version Erel advices will immediately solve.
 
Upvote 0

Gerrit van Ewijk

Member
Licensed User
Upvote 0

f0raster0

Well-Known Member
Licensed User
Longtime User
Hi, I'm having the same error..
jarsigner error: java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size

B4A Version: 7.30
Java\jdk1.8.0_102\bin\javac.exe
android-27\android.jar
 
Upvote 0

Gerrit van Ewijk

Member
Licensed User
Upvote 0

SMOOTSARA

Active Member
Licensed User
Longtime User
Hi guys :)

I have the same problem :( How can I solve this problem?
 

Attachments

  • 1.PNG
    1.PNG
    16.4 KB · Views: 302
  • 2.PNG
    2.PNG
    12.7 KB · Views: 680
  • 3.PNG
    3.PNG
    23.4 KB · Views: 302
  • test.zip
    315.7 KB · Views: 268
Upvote 0
Top