private key

  1. A

    iOS Question release compile

    Hi all, I have changed the private key of the project, and now when I try to compile debug or release is the same thingh, I recevive a BUID ERROR like this below B4i Versione: 7.80 Analisi del Codice. (0.08s) Building folders structure. (0.03s) Esecuzione azione personalizzata...
  2. KMatle

    Android Code Snippet [B4x] Generate RSA private/public key in php and prepare it to use in B4x

    Sometimes it makes sense to generate pricat/public key pairs for clients on the server side by code. Here's an example how to do this in php (OpenSSL must be installed as it usually is): $keys = openssl_pkey_new(array("private_key_bits" => $4096,"private_key_type" => OPENSSL_KEYTYPE_RSA))...
  3. carlos7000

    Android Question Private and Public key cryptography

    Hi! I have been looking in the forum for an example that uses a public key encryption system and private key. The closest I've been is with this post. https://www.b4x.com/android/forum/threads/base64-and-encryption-library.6839/#post-69584 In the example, the Keygenerator generates a key and...
  4. A

    Bug? Unable to reload a keystore file

    Hi, I have changed my computer. On the old one, I used B4A version 6.50. I have copy all the files to a new computer and I used now B4A version 7.80. When I try to load my previous keystore file with the same password on the new computer with B4A V7.80, I have the message : When I try to...
Top