sign key

  1. M

    iOS Question Unable to create new keystore file (I'm connected to the builder)

    Hi everyone, I'm trying to work my past iOS app but nothing is going in the right way... every step I do to solve a problem and more generates... I had a problem with my Local Mac Builder that I explained and solved in this post Now I want to create a new Private Sign Key from B4i but i get...
  2. mohsen programmer

    Android Question Warning of deactivation of SHA1withDSA keystore in the near future

    Hello, I made a app with B4A two years ago. Now when verifying the signature of the program with jdk, this warning is displayed: The certificate uses the SHA1 with DSA signature algorithm which is considered a security risk. This algorithm will be disabled in a future update. The certificate...
  3. D

    iOS Question Error: security: SecKeychainItemImport: MAC verification failed during PKCS12 import (wrong password?)

    i have been getting this error for a week. I have followed all of the threads on the forum. This problem does not seem to go away. I guess the question is where is the original password set. I do not recall ever setting it in the first place and have used the default for years. i did have an...
  4. S

    Android Question private key algorithm is not compatible

    Hi A few days ago I asked Google Play to reset the b4a sign key I made the sign key with this guide: keytool -genkeypair -alias b4a-keyalg RSA -keysize 2048 -validity 9125 -keystore b4a.keystore keytool -export -rfc -alias b4a-file upload_certificate.pem -keystore b4a.keystore If I compile...
  5. Kevin

    Wish Store last-used PSK with project metadata

    Would it be possible to store the last-used PSK (Private Sign Key) with the project metadata? I ran into an issue where I inadvertently used the debug key because (as best I can guess) I failed to set the PSK after a new installation of B4A. Just a reference to the last one used for compiling...
  6. A

    Italian Errore nella Private Sign Key

    Buona sera a tutti,come da titolo ho problemi a segnare il file apk con la Private Key.Premetto che ho già fatto una ricerca nel forum trovando diverse discussioni sull'argomento ma senza poter risolvere il problema.Sto seguendo un videocorso di programmazione in B4A e dovrei pubblicare la app...
  7. wizard699

    Wish Private sign key

    Erel, what's about a revision of the function PRIVATE SIGN KEY? Everytime that open another project (with different key) and re-open the previous ... there are always a problem in PRIVATE KEY. B4A take always last key. It's possibile to link the file of the key with the specific project? Like...
Top