encrypt decrypt encryption decryption b4j b4i

  1. Pablo Torres

    iOS Question Encryption/Decryption Problem

    Hi all, I have a B4J Server that runs an encrypt/decrypt routine while send/receive data Also, I have a B4i App that do exactly the same and comunicate with the B4j server. The Encrypt/Decrypt routines for B4J are: Public Sub EncryptText(text As String) As String Dim c As B4XCipher...
Top