cipher

  1. M

    B4J Question Problem Encrypting a string using a Public Certificate

    Below is the code I'm trying to use to encrypt string using a Public Cert (see attachment). Private Sub EncryptRSAWithPublicKey1(Text As String,PublicKey As String) As String Dim kpg As KeyPairGenerator Dim Cipher As Cipher Dim su As StringUtils Dim pubkey() As Byte =...
  2. ALBRECHT

    Android Question Checking AES encryption server side

    Hello, I need to check , server side an AES encryption for my own api create with asp. the string in encrypted with B4XCipher and has been sent with poststring, the recept is ok but server side, i have trying to use rijndael library functions but I can not decipher correctly found there ...
Top