generate

  1. 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))...
  2. Thorsen

    Wish Abstract designer - go to event implementation

    Hi, as a former VB6 user I expected to find a shortcut from designer to event code. For now I go to module and search for/create the implementation It's nice to generate from designer by right click on control - generate - I expected a similar - 'implementation/code' - submenu that would take...
  3. giofram

    Android Question B4X: cross-platform and socket managing features

    Dear B4Xers, we need to create cross-platform UI; we need to work with sockets in the background also. A typical example of our hypothetical application is an app where a disabled person "explores" an ever-changing UI that is dynamically generated to learn how to use different types of controls...
  4. Ahmet KOÇ

    Share My Creation Password Generator

    Google Play Store Link Allows you to generate random passwords consisting of uppercase, lowercase, number and symbols
Top