key pair

  1. knutf

    B4J Question I wonder about maps: Use objects as key and Using smartstring as key

    Hello My first wonder: B4X language guid states about map collections that "The key should be a string or a number". Why is that true? I've been using objects as key a lot and for me it seems to work without problems! My other wonder: I have a problem where I want to use 2 numbers as a key in...
  2. J

    iOS Code Snippet RSA - Encryption and key generator (GPT-4 Experiment)

    Disclaimer: This post was written entirely with GPT-4 model Version: 0.1 Greetings, The absence of an RSA library in B4i, particularly for generating RSA key pairs and adjusting encryption key size, has been a personal challenge for me. Despite not being well-versed in Objective C, I was...
  3. JWT

    B4J Question decryption of private key using RSA and PKCS1_v1_5

    I'm trying to port a Python implementation which is used for turning on/off Wifi TP-Link P100 wall plugs or light bulbs. The way to turn the P100 on or off is in the following order using htpp requests: - handshaking by means of a key pair (private and public) - login by username...
Top